color codes Logo

#307dcc color codes

#307DCC
(48,125,204)
0 Favorites   0 Comments

Color spaces of #307dcc

RGB 48125204
HSL0.580.620.49
HSV210°76°80°
CMYK 0.760.390.00   0.20
XYZ19.451619.655259.8954
Yxy19.65520.19650.1985
Hunter Lab44.33420.7320-49.0667
CIE-Lab51.44513.9400-47.5885

#307dcc color RGB value is (48,125,204).

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

The process color (four color CMYK) of #307dcc color code is 0.76, 0.39, 0.00, 0.20. Web safe color of #307dcc is #3366cc. Color #307dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111101 11001100
Octal 60 175 314
Decimal 48 125 204
Hex 30 7D CC

RGB Percentages of Color #307dcc

%12.73
%33.16
%54.11

CMYK Percentages of Color #307dcc

%76
%39
%0
%20

Triadic Colors of #307dcc

#307dcc #cc307d #7dcc30

Analogous Colors of #307dcc

#307dcc #3130cc #30cbcc

Monochromatic Colors of #307dcc

#307dcc

Complementary Color

#307dcc #cc7f30

#307dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#307dcc Color CSS Codes

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

#307dcc Text Font Color

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

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


#307dcc Background Color

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

This div background color is #307dcc


#307dcc Border Color

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

This div border color is #307dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307dcc


Comments

No comments written yet.

Please login to write comment.