Html Css Color HEX #047DAD Cerulean

📋 copy color: '#047DAD'

red 4 ◦ green 125 ◦ blue 173

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

Shades of Cerulean #047DAD

Tints of Cerulean #047DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.28%

R = 1.32%
G = 41.39%
B = 57.28%

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

#047DAD (or 0x047DAD) is known color: Cerulean. HEX triplet: 04, 7D and AD. RGB value is (4,125,173). Sum of RGB (Red+Green+Blue) = 4+125+173=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #047DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047DAD is #FB8252. Grayscale: #5D5D5D. Windows color (decimal): -16482899 or 11369732. OLE color: 11369732.

HSL color Cylindrical-coordinate representation of color #047DAD: hue angle of 197.04º degrees, saturation: 0.95, 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 #047DAD is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 125 173 -
CMYK 0.98 0.28 0 0.32
HSL 197.04º 0.95% 0.35% -
HSV(B) 197.04º 0.98% 0.68% -
XYZ 14.93 17.71 42.17 -
YUV 94.29 172.41 63.6 -
System Red Green Blue C M Y K H S L
Decimal 4 125 173 0.98 0.28 0 0.32 197.04 0.95 0.35
Hex 4 7D AD 62 1C 0 20 C5 5F 23
Octal 4 175 255 142 34 0 40 305 137 43
Binary 100 1111101 10101101 1100010 11100 0 100000 11000101 1011111 100011

Color Harmonies of #047DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047DAD

Black with #047DAD

Text Example


Text Example

White with #047DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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