Color Hex Logo

#304fdf Color Hex

#304FDF
(48,79,223)
0 Favorites   0 Comments

Color spaces of #304fdf

RGB 4879223
HSL0.640.730.53
HSV229°78°87°
CMYK 0.780.650.00   0.13
XYZ17.334211.548171.1274
Yxy11.54810.17330.1155
Hunter Lab33.982531.5821-100.3098
CIE-Lab40.488740.0613-76.1415

#304fdf color RGB value is (48,79,223).

#304fdf hex color red value is 48, green value is 79 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #304fdf hue: 0.64 , saturation: 0.73 and the lightness value of 304fdf is 0.53.

The process color (four color CMYK) of #304fdf color hex is 0.78, 0.65, 0.00, 0.13. Web safe color of #304fdf is #3366cc. Color #304fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001111 11011111
Octal 60 117 337
Decimal 48 79 223
Hex 30 4F DF

RGB Percentages of Color #304fdf

%13.71
%22.57
%63.71

CMYK Percentages of Color #304fdf

%78
%65
%0
%13

Triadic Colors of #304fdf

#304fdf #df304f #4fdf30

Analogous Colors of #304fdf

#304fdf #6930df #30a7df

Monochromatic Colors of #304fdf

#304fdf

Complementary Color

#304fdf #dfc030

#304fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#304fdf Color CSS Codes

.mybgcolor {background-color:#304fdf; } 
.myforecolor {color:#304fdf; }
.mybordercolor {border:3px solid #304fdf; }

#304fdf Text Font Color

<p style="color:#304fdf">Text here</p>

This sample text font color is #304fdf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#304fdf Background Color

<div style="background-color:#304fdf">
Div content here</div>

This div background color is #304fdf


#304fdf Border Color

<div style="border:3px solid #304fdf">
Div here</div>

This div border color is #304fdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,79,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #304fdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #304fdf;
  -webkit-box-shadow: 1px 1px 3px 2px #304fdf;
  box-shadow:         1px 1px 3px 2px #304fdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,79,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #304fdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #304fdf;
  -webkit-box-shadow: 1px 1px 3px 2px #304fdf;
  box-shadow:         1px 1px 3px 2px #304fdf;">
Div content here</div>

This div box has shadow with color #304fdf


Comments

No comments written yet.

Please login to write comment.