Html Css Color HEX #024DE0 Navy Blue

📋 copy color: '#024DE0'

red 2 ◦ green 77 ◦ blue 224

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

Shades of Navy Blue #024DE0

Tints of Navy Blue #024DE0

RGB

 RED value IS 2 (1.17% from 255) = 0.66%

 GREEN value IS 77 (30.47% from 255) = 25.41%

 BLUE value IS 224 (87.89% from 255) = 73.93%

R = 0.66%
G = 25.41%
B = 73.93%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#024DE0 (or 0x024DE0) is known color: Navy Blue. HEX triplet: 02, 4D and E0. RGB value is (2,77,224). Sum of RGB (Red+Green+Blue) = 2+77+224=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 224 (87.89% from 255 or 73.93% from 303); Max value from RGB is 224 - color contains mainly: blue. Hex color #024DE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DE0 is #FDB21F. Grayscale: #464646. Windows color (decimal): -16626208 or 14699778. OLE color: 14699778.

HSL color Cylindrical-coordinate representation of color #024DE0: hue angle of 219.73º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DE0 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 2 77 224 -
CMYK 0.99 0.66 0 0.12
HSL 219.73º 0.98% 0.44% -
HSV(B) 219.73º 0.99% 0.88% -
XYZ 16.13 10.7 71.74 -
YUV 71.33 214.15 78.55 -
System Red Green Blue C M Y K H S L
Decimal 2 77 224 0.99 0.66 0 0.12 219.73 0.98 0.44
Hex 2 4D E0 63 42 0 C DC 62 2C
Octal 2 115 340 143 102 0 14 334 142 54
Binary 10 1001101 11100000 1100011 1000010 0 1100 11011100 1100010 101100

Color Harmonies of #024DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DE0

Black with #024DE0

Text Example


Text Example

White with #024DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024DE0; }

 p { color: rgb(2,77,224); }

 H1.HeaderClassName
 {
   color: #024DE0;
 }
 .AnyTagClassName
 {
   color: #024DE0;
 }
</style>

background-color css

<style>
 a { background-color: #024DE0; }

 a { background-color: rgb(2,77,224); }

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

border-color css

<style>
 span { border-color: #024DE0; }

 span { border-color: rgb(2,77,224); }

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