Html Css Color HEX #047AAF Cerulean

📋 copy color: '#047AAF'

red 4 ◦ green 122 ◦ blue 175

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

Shades of Cerulean #047AAF

Tints of Cerulean #047AAF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.53%

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

R = 1.33%
G = 40.53%
B = 58.14%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#047AAF (or 0x047AAF) is known color: Cerulean. HEX triplet: 04, 7A and AF. RGB value is (4,122,175). Sum of RGB (Red+Green+Blue) = 4+122+175=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #047AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047AAF is #FB8550. Grayscale: #5C5C5C. Windows color (decimal): -16483665 or 11500036. OLE color: 11500036.

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

Color convert

RGB 4 122 175 -
CMYK 0.98 0.30 0 0.31
HSL 198.6º 0.96% 0.35% -
HSV(B) 198.6º 0.98% 0.69% -
XYZ 14.75 17.04 43.07 -
YUV 92.76 174.41 64.69 -
System Red Green Blue C M Y K H S L
Decimal 4 122 175 0.98 0.30 0 0.31 198.6 0.96 0.35
Hex 4 7A AF 62 1E 0 1F C7 60 23
Octal 4 172 257 142 36 0 37 307 140 43
Binary 100 1111010 10101111 1100010 11110 0 11111 11000111 1100000 100011

Color Harmonies of #047AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047AAF

Black with #047AAF

Text Example


Text Example

White with #047AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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