Color Hex Logo

#307dbd Color Hex

#307DBD
(48,125,189)
0 Favorites   0 Comments

Color spaces of #307dbd

RGB 48125189
HSL0.580.590.46
HSV207°75°74°
CMYK 0.750.340.00   0.26
XYZ17.737818.969750.8708
Yxy18.96970.20250.2166
Hunter Lab43.5542-3.5243-38.7620
CIE-Lab50.6517-1.5611-40.2741

#307dbd color RGB value is (48,125,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111101 10111101
Octal 60 175 275
Decimal 48 125 189
Hex 30 7D BD

RGB Percentages of Color #307dbd

%13.26
%34.53
%52.21

CMYK Percentages of Color #307dbd

%75
%34
%0
%26

Triadic Colors of #307dbd

#307dbd #bd307d #7dbd30

Analogous Colors of #307dbd

#307dbd #3036bd #30bdb7

Monochromatic Colors of #307dbd

#307dbd

Complementary Color

#307dbd #bd7030

#307dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#307dbd Color CSS Codes

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

#307dbd Text Font Color

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

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


#307dbd Background Color

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

This div background color is #307dbd


#307dbd Border Color

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

This div border color is #307dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307dbd


Comments

No comments written yet.

Please login to write comment.