Html Css Color HEX #047DDD Navy Blue

📋 copy color: '#047DDD'

red 4 ◦ green 125 ◦ blue 221

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

Shades of Navy Blue #047DDD

Tints of Navy Blue #047DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 1.14%
G = 35.71%
B = 63.14%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#047DDD (or 0x047DDD) is known color: Navy Blue. HEX triplet: 04, 7D and DD. RGB value is (4,125,221). Sum of RGB (Red+Green+Blue) = 4+125+221=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #047DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047DDD is #FB8222. Grayscale: #636363. Windows color (decimal): -16482851 or 14515460. OLE color: 14515460.

HSL color Cylindrical-coordinate representation of color #047DDD: hue angle of 206.54º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047DDD is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 125 221 -
CMYK 0.98 0.43 0 0.13
HSL 206.54º 0.96% 0.44% -
HSV(B) 206.54º 0.98% 0.87% -
XYZ 20.43 19.91 71.17 -
YUV 99.77 196.41 59.69 -
System Red Green Blue C M Y K H S L
Decimal 4 125 221 0.98 0.43 0 0.13 206.54 0.96 0.44
Hex 4 7D DD 62 2B 0 D CF 60 2C
Octal 4 175 335 142 53 0 15 317 140 54
Binary 100 1111101 11011101 1100010 101011 0 1101 11001111 1100000 101100

Color Harmonies of #047DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047DDD

Black with #047DDD

Text Example


Text Example

White with #047DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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