Html Css Color HEX #047FAF Cerulean

📋 copy color: '#047FAF'

red 4 ◦ green 127 ◦ blue 175

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

Shades of Cerulean #047FAF

Tints of Cerulean #047FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.19%

R = 1.31%
G = 41.5%
B = 57.19%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#047FAF (or 0x047FAF) is known color: Cerulean. HEX triplet: 04, 7F and AF. RGB value is (4,127,175). Sum of RGB (Red+Green+Blue) = 4+127+175=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #047FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047FAF is #FB8050. Grayscale: #5F5F5F. Windows color (decimal): -16482385 or 11501316. OLE color: 11501316.

HSL color Cylindrical-coordinate representation of color #047FAF: hue angle of 196.84º 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 #047FAF is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 127 175 -
CMYK 0.98 0.27 0 0.31
HSL 196.84º 0.96% 0.35% -
HSV(B) 196.84º 0.98% 0.69% -
XYZ 15.38 18.3 43.28 -
YUV 95.7 172.75 62.6 -
System Red Green Blue C M Y K H S L
Decimal 4 127 175 0.98 0.27 0 0.31 196.84 0.96 0.35
Hex 4 7F AF 62 1B 0 1F C5 60 23
Octal 4 177 257 142 33 0 37 305 140 43
Binary 100 1111111 10101111 1100010 11011 0 11111 11000101 1100000 100011

Color Harmonies of #047FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047FAF

Black with #047FAF

Text Example


Text Example

White with #047FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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