Html Css Color HEX #024DCD Navy Blue

📋 copy color: '#024DCD'

red 2 ◦ green 77 ◦ blue 205

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

Shades of Navy Blue #024DCD

Tints of Navy Blue #024DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 72.18%

R = 0.7%
G = 27.11%
B = 72.18%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#024DCD (or 0x024DCD) is known color: Navy Blue. HEX triplet: 02, 4D and CD. RGB value is (2,77,205). Sum of RGB (Red+Green+Blue) = 2+77+205=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #024DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DCD is #FDB232. Grayscale: #444444. Windows color (decimal): -16626227 or 13454594. OLE color: 13454594.

HSL color Cylindrical-coordinate representation of color #024DCD: hue angle of 217.83º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DCD is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 77 205 -
CMYK 0.99 0.62 0 0.20
HSL 217.83º 0.98% 0.41% -
HSV(B) 217.83º 0.99% 0.8% -
XYZ 13.7 9.73 58.91 -
YUV 69.17 204.65 80.09 -
System Red Green Blue C M Y K H S L
Decimal 2 77 205 0.99 0.62 0 0.20 217.83 0.98 0.41
Hex 2 4D CD 63 3E 0 14 DA 62 29
Octal 2 115 315 143 76 0 24 332 142 51
Binary 10 1001101 11001101 1100011 111110 0 10100 11011010 1100010 101001

Color Harmonies of #024DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DCD

Black with #024DCD

Text Example


Text Example

White with #024DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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