Html Css Color HEX #024DDC Navy Blue

📋 copy color: '#024DDC'

red 2 ◦ green 77 ◦ blue 220

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

Shades of Navy Blue #024DDC

Tints of Navy Blue #024DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 73.58%

R = 0.67%
G = 25.75%
B = 73.58%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#024DDC (or 0x024DDC) is known color: Navy Blue. HEX triplet: 02, 4D and DC. RGB value is (2,77,220). Sum of RGB (Red+Green+Blue) = 2+77+220=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #024DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DDC is #FDB223. Grayscale: #464646. Windows color (decimal): -16626212 or 14437634. OLE color: 14437634.

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

Color convert

RGB 2 77 220 -
CMYK 0.99 0.65 0 0.14
HSL 219.36º 0.98% 0.44% -
HSV(B) 219.36º 0.99% 0.86% -
XYZ 15.6 10.49 68.91 -
YUV 70.88 212.15 78.87 -
System Red Green Blue C M Y K H S L
Decimal 2 77 220 0.99 0.65 0 0.14 219.36 0.98 0.44
Hex 2 4D DC 63 41 0 E DB 62 2C
Octal 2 115 334 143 101 0 16 333 142 54
Binary 10 1001101 11011100 1100011 1000001 0 1110 11011011 1100010 101100

Color Harmonies of #024DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DDC

Black with #024DDC

Text Example


Text Example

White with #024DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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