Html Css Color HEX #024EDD Navy Blue

📋 copy color: '#024EDD'

red 2 ◦ green 78 ◦ blue 221

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

Shades of Navy Blue #024EDD

Tints of Navy Blue #024EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.91%

 BLUE value IS 221 (86.72% from 255) = 73.42%

R = 0.66%
G = 25.91%
B = 73.42%

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

#024EDD (or 0x024EDD) is known color: Navy Blue. HEX triplet: 02, 4E and DD. RGB value is (2,78,221). Sum of RGB (Red+Green+Blue) = 2+78+221=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #024EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024EDD is #FDB122. Grayscale: #464646. Windows color (decimal): -16625955 or 14503426. OLE color: 14503426.

HSL color Cylindrical-coordinate representation of color #024EDD: hue angle of 219.18º 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 #024EDD is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 78 221 -
CMYK 0.99 0.65 0 0.13
HSL 219.18º 0.98% 0.44% -
HSV(B) 219.18º 0.99% 0.87% -
XYZ 15.8 10.68 69.64 -
YUV 71.58 212.32 78.37 -
System Red Green Blue C M Y K H S L
Decimal 2 78 221 0.99 0.65 0 0.13 219.18 0.98 0.44
Hex 2 4E DD 63 41 0 D DB 62 2C
Octal 2 116 335 143 101 0 15 333 142 54
Binary 10 1001110 11011101 1100011 1000001 0 1101 11011011 1100010 101100

Color Harmonies of #024EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024EDD

Black with #024EDD

Text Example


Text Example

White with #024EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,78,221); }

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

background-color css

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

 a { background-color: rgb(2,78,221); }

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

border-color css

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

 span { border-color: rgb(2,78,221); }

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