Html Css Color HEX #047EDF Navy Blue

📋 copy color: '#047EDF'

red 4 ◦ green 126 ◦ blue 223

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

Shades of Navy Blue #047EDF

Tints of Navy Blue #047EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.17%

R = 1.13%
G = 35.69%
B = 63.17%

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

#047EDF (or 0x047EDF) is known color: Navy Blue. HEX triplet: 04, 7E and DF. RGB value is (4,126,223). Sum of RGB (Red+Green+Blue) = 4+126+223=353 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #047EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047EDF is #FB8120. Grayscale: #646464. Windows color (decimal): -16482593 or 14646788. OLE color: 14646788.

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

Color convert

RGB 4 126 223 -
CMYK 0.98 0.43 0 0.13
HSL 206.58º 0.96% 0.45% -
HSV(B) 206.58º 0.98% 0.87% -
XYZ 20.83 20.28 72.63 -
YUV 100.58 197.08 59.11 -
System Red Green Blue C M Y K H S L
Decimal 4 126 223 0.98 0.43 0 0.13 206.58 0.96 0.45
Hex 4 7E DF 62 2B 0 D CF 60 2D
Octal 4 176 337 142 53 0 15 317 140 55
Binary 100 1111110 11011111 1100010 101011 0 1101 11001111 1100000 101101

Color Harmonies of #047EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047EDF

Black with #047EDF

Text Example


Text Example

White with #047EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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