Html Css Color HEX #024DDE Navy Blue

📋 copy color: '#024DDE'

red 2 ◦ green 77 ◦ blue 222

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

Shades of Navy Blue #024DDE

Tints of Navy Blue #024DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 73.75%

R = 0.66%
G = 25.58%
B = 73.75%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#024DDE (or 0x024DDE) is known color: Navy Blue. HEX triplet: 02, 4D and DE. RGB value is (2,77,222). Sum of RGB (Red+Green+Blue) = 2+77+222=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 222 (87.11% from 255 or 73.75% from 301); Max value from RGB is 222 - color contains mainly: blue. Hex color #024DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DDE is #FDB221. Grayscale: #464646. Windows color (decimal): -16626210 or 14568706. OLE color: 14568706.

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

Color convert

RGB 2 77 222 -
CMYK 0.99 0.65 0 0.13
HSL 219.55º 0.98% 0.44% -
HSV(B) 219.55º 0.99% 0.87% -
XYZ 15.86 10.59 70.32 -
YUV 71.11 213.15 78.71 -
System Red Green Blue C M Y K H S L
Decimal 2 77 222 0.99 0.65 0 0.13 219.55 0.98 0.44
Hex 2 4D DE 63 41 0 D DC 62 2C
Octal 2 115 336 143 101 0 15 334 142 54
Binary 10 1001101 11011110 1100011 1000001 0 1101 11011100 1100010 101100

Color Harmonies of #024DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DDE

Black with #024DDE

Text Example


Text Example

White with #024DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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