Html Css Color HEX #047DAE Cerulean

📋 copy color: '#047DAE'

red 4 ◦ green 125 ◦ blue 174

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

Shades of Cerulean #047DAE

Tints of Cerulean #047DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.25%

 BLUE value IS 174 (68.36% from 255) = 57.43%

R = 1.32%
G = 41.25%
B = 57.43%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#047DAE (or 0x047DAE) is known color: Cerulean. HEX triplet: 04, 7D and AE. RGB value is (4,125,174). Sum of RGB (Red+Green+Blue) = 4+125+174=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #047DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047DAE is #FB8251. Grayscale: #5E5E5E. Windows color (decimal): -16482898 or 11435268. OLE color: 11435268.

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

Color convert

RGB 4 125 174 -
CMYK 0.98 0.28 0 0.32
HSL 197.29º 0.96% 0.35% -
HSV(B) 197.29º 0.98% 0.68% -
XYZ 15.02 17.75 42.68 -
YUV 94.41 172.91 63.52 -
System Red Green Blue C M Y K H S L
Decimal 4 125 174 0.98 0.28 0 0.32 197.29 0.96 0.35
Hex 4 7D AE 62 1C 0 20 C5 60 23
Octal 4 175 256 142 34 0 40 305 140 43
Binary 100 1111101 10101110 1100010 11100 0 100000 11000101 1100000 100011

Color Harmonies of #047DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047DAE

Black with #047DAE

Text Example


Text Example

White with #047DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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