Html Css Color HEX #024DEE Navy Blue

📋 copy color: '#024DEE'

red 2 ◦ green 77 ◦ blue 238

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

Shades of Navy Blue #024DEE

Tints of Navy Blue #024DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 75.08%

R = 0.63%
G = 24.29%
B = 75.08%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#024DEE (or 0x024DEE) is known color: Navy Blue. HEX triplet: 02, 4D and EE. RGB value is (2,77,238). Sum of RGB (Red+Green+Blue) = 2+77+238=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 238 (93.36% from 255 or 75.08% from 317); Max value from RGB is 238 - color contains mainly: blue. Hex color #024DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024DEE is #FDB211. Grayscale: #484848. Windows color (decimal): -16626194 or 15617282. OLE color: 15617282.

HSL color Cylindrical-coordinate representation of color #024DEE: hue angle of 220.93º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DEE is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 77 238 -
CMYK 0.99 0.68 0 0.07
HSL 220.93º 0.98% 0.47% -
HSV(B) 220.93º 0.99% 0.93% -
XYZ 18.11 11.49 82.15 -
YUV 72.93 221.15 77.41 -
System Red Green Blue C M Y K H S L
Decimal 2 77 238 0.99 0.68 0 0.07 220.93 0.98 0.47
Hex 2 4D EE 63 44 0 7 DD 62 2F
Octal 2 115 356 143 104 0 7 335 142 57
Binary 10 1001101 11101110 1100011 1000100 0 111 11011101 1100010 101111

Color Harmonies of #024DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DEE

Black with #024DEE

Text Example


Text Example

White with #024DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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