#047DB7

Color #047DB7 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #047DB7

Tints of Cerulean #047DB7

Color information

#047DB7 (or 0x047DB7) is unknown color: approx Cerulean. HEX triplet: 04, 7D and B7. RGB value is (4,125,183). Sum of RGB (Red+Green+Blue) = 4+125+183=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 183 (71.88% from 255 or 58.65% from 312); Max value from RGB is 183 - color contains mainly: blue. Hex color #047DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047DB7 is #FB8248. Grayscale: #5F5F5F. Windows color (decimal): -16482889 or 12025092. OLE color: 12025092.

HSL color Cylindrical-coordinate representation of color #047DB7: hue angle of 199.44º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047DB7 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4125183-
CMYK0.980.3200.28
HSL199.44º95.72%36.67%-
HSV(B)199.44º97.81%71.76%-
XYZ15.9318.1147.46-
YUV95.43177.4162.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.28%
GREEN value IS 125 (49.22% from 255) = 40.06%
BLUE value IS 183 (71.88% from 255) = 58.65%
R=1.28%
G=40.06%
B=58.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal41251830.980.3200.28199.4495.7236.67
Hex47DB7622001Cc76025
Octal41752671424003430714045
Binary1001111101101101111100010100000011100110001111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047DB7; }

 p { color: rgb(4,125,183); }

 H1.HeaderClassName
 {
   color: #047DB7;
 }
 .AnyTagClassName
 {
   color: #047DB7;
 }
</style>
background-color css

<style>
 a { background-color: #047DB7; }

 a { background-color: rgb(4,125,183); }

 div.DivClassName
 {
   background-color: #047DB7;
 }
 .BgClassName
 {
   background-color: #047DB7;
 }
</style>
border-color css

<style>
 span { border-color: #047DB7; }

 span { border-color: rgb(4,125,183); }

 td.TdClassName
 {
   border-color: #047DB7;
 }
 .TagClassName
 {
   border-color: #047DB7;
 }
</style>