Html Css Color HEX #047EDD Navy Blue

📋 copy color: '#047EDD'

red 4 ◦ green 126 ◦ blue 221

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

Shades of Navy Blue #047EDD

Tints of Navy Blue #047EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.9%

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

R = 1.14%
G = 35.9%
B = 62.96%

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

#047EDD (or 0x047EDD) is known color: Navy Blue. HEX triplet: 04, 7E and DD. RGB value is (4,126,221). Sum of RGB (Red+Green+Blue) = 4+126+221=351 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #047EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047EDD is #FB8122. Grayscale: #636363. Windows color (decimal): -16482595 or 14515716. OLE color: 14515716.

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

Color convert

RGB 4 126 221 -
CMYK 0.98 0.43 0 0.13
HSL 206.27º 0.96% 0.44% -
HSV(B) 206.27º 0.98% 0.87% -
XYZ 20.56 20.17 71.22 -
YUV 100.35 196.08 59.28 -
System Red Green Blue C M Y K H S L
Decimal 4 126 221 0.98 0.43 0 0.13 206.27 0.96 0.44
Hex 4 7E DD 62 2B 0 D CE 60 2C
Octal 4 176 335 142 53 0 15 316 140 54
Binary 100 1111110 11011101 1100010 101011 0 1101 11001110 1100000 101100

Color Harmonies of #047EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047EDD

Black with #047EDD

Text Example


Text Example

White with #047EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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