Html Css Color HEX #047FB0 Cerulean

📋 copy color: '#047FB0'

red 4 ◦ green 127 ◦ blue 176

#047FB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #047FB0

Tints of Cerulean #047FB0

RGB

 RED value IS 4 (1.95% from 255) = 1.3%

 GREEN value IS 127 (50% from 255) = 41.37%

 BLUE value IS 176 (69.14% from 255) = 57.33%

R = 1.3%
G = 41.37%
B = 57.33%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#047FB0 (or 0x047FB0) is known color: Cerulean. HEX triplet: 04, 7F and B0. RGB value is (4,127,176). Sum of RGB (Red+Green+Blue) = 4+127+176=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 176 (69.14% from 255 or 57.33% from 307); Max value from RGB is 176 - color contains mainly: blue. Hex color #047FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047FB0 is #FB804F. Grayscale: #5F5F5F. Windows color (decimal): -16482384 or 11566852. OLE color: 11566852.

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

Color convert

RGB 4 127 176 -
CMYK 0.98 0.28 0 0.31
HSL 197.09º 0.96% 0.35% -
HSV(B) 197.09º 0.98% 0.69% -
XYZ 15.48 18.34 43.8 -
YUV 95.81 173.25 62.52 -
System Red Green Blue C M Y K H S L
Decimal 4 127 176 0.98 0.28 0 0.31 197.09 0.96 0.35
Hex 4 7F B0 62 1C 0 1F C5 60 23
Octal 4 177 260 142 34 0 37 305 140 43
Binary 100 1111111 10110000 1100010 11100 0 11111 11000101 1100000 100011

Color Harmonies of #047FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047FB0

Black with #047FB0

Text Example


Text Example

White with #047FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,127,176); }

 H1.HeaderClassName
 {
   color: #047FB0;
 }
 .AnyTagClassName
 {
   color: #047FB0;
 }
</style>

background-color css

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

 a { background-color: rgb(4,127,176); }

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

border-color css

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

 span { border-color: rgb(4,127,176); }

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