#047DBF

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

Shades of Cerulean #047DBF

Tints of Cerulean #047DBF

Color information

#047DBF (or 0x047DBF) is unknown color: approx Cerulean. HEX triplet: 04, 7D and BF. RGB value is (4,125,191). Sum of RGB (Red+Green+Blue) = 4+125+191=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #047DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047DBF is #FB8240. Grayscale: #5F5F5F. Windows color (decimal): -16482881 or 12549380. OLE color: 12549380.

HSL color Cylindrical-coordinate representation of color #047DBF: hue angle of 201.18º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047DBF is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4125191-
CMYK0.980.3500.25
HSL201.18º95.9%38.24%-
HSV(B)201.18º97.91%74.9%-
XYZ16.7918.4551.97-
YUV96.34181.4162.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.25%
GREEN value IS 125 (49.22% from 255) = 39.06%
BLUE value IS 191 (75% from 255) = 59.69%
R=1.25%
G=39.06%
B=59.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41251910.980.3500.25201.1895.938.24
Hex47DBF6223019c96026
Octal41752771424303131114046
Binary1001111101101111111100010100011011001110010011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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