Html Css Color HEX #024DD6 Navy Blue

📋 copy color: '#024DD6'

red 2 ◦ green 77 ◦ blue 214

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

Shades of Navy Blue #024DD6

Tints of Navy Blue #024DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 73.04%

R = 0.68%
G = 26.28%
B = 73.04%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#024DD6 (or 0x024DD6) is known color: Navy Blue. HEX triplet: 02, 4D and D6. RGB value is (2,77,214). Sum of RGB (Red+Green+Blue) = 2+77+214=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 214 (83.98% from 255 or 73.04% from 293); Max value from RGB is 214 - color contains mainly: blue. Hex color #024DD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DD6 is #FDB229. Grayscale: #454545. Windows color (decimal): -16626218 or 14044418. OLE color: 14044418.

HSL color Cylindrical-coordinate representation of color #024DD6: hue angle of 218.77º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DD6 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 77 214 -
CMYK 0.99 0.64 0 0.16
HSL 218.77º 0.98% 0.42% -
HSV(B) 218.77º 0.99% 0.84% -
XYZ 14.82 10.18 64.8 -
YUV 70.19 209.15 79.36 -
System Red Green Blue C M Y K H S L
Decimal 2 77 214 0.99 0.64 0 0.16 218.77 0.98 0.42
Hex 2 4D D6 63 40 0 10 DB 62 2A
Octal 2 115 326 143 100 0 20 333 142 52
Binary 10 1001101 11010110 1100011 1000000 0 10000 11011011 1100010 101010

Color Harmonies of #024DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DD6

Black with #024DD6

Text Example


Text Example

White with #024DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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