Color Hex Logo

#307dbf Color Hex

#307DBF
(48,125,191)
0 Favorites   0 Comments

Color spaces of #307dbf

RGB 48125191
HSL0.580.600.47
HSV208°75°75°
CMYK 0.750.350.00   0.25
XYZ17.956519.057252.0222
Yxy19.05720.20170.2140
Hunter Lab43.6546-2.9728-40.0964
CIE-Lab50.7541-0.8327-41.2598

#307dbf color RGB value is (48,125,191).

#307dbf hex color red value is 48, green value is 125 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #307dbf hue: 0.58 , saturation: 0.60 and the lightness value of 307dbf is 0.47.

The process color (four color CMYK) of #307dbf color hex is 0.75, 0.35, 0.00, 0.25. Web safe color of #307dbf is #3366cc. Color #307dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111101 10111111
Octal 60 175 277
Decimal 48 125 191
Hex 30 7D BF

RGB Percentages of Color #307dbf

%13.19
%34.34
%52.47

CMYK Percentages of Color #307dbf

%75
%35
%0
%25

Triadic Colors of #307dbf

#307dbf #bf307d #7dbf30

Analogous Colors of #307dbf

#307dbf #3035bf #30bfba

Monochromatic Colors of #307dbf

#307dbf

Complementary Color

#307dbf #bf7230

#307dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#307dbf Color CSS Codes

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

#307dbf Text Font Color

<p style="color:#307dbf">Text here</p>

This sample text font color is #307dbf
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.


#307dbf Background Color

<div style="background-color:#307dbf">
Div content here</div>

This div background color is #307dbf


#307dbf Border Color

<div style="border:3px solid #307dbf">
Div here</div>

This div border color is #307dbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,125,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #307dbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #307dbf;
  -webkit-box-shadow: 1px 1px 3px 2px #307dbf;
  box-shadow:         1px 1px 3px 2px #307dbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307dbf


Comments

No comments written yet.

Please login to write comment.