Html Css Color HEX #024BDE Navy Blue

📋 copy color: '#024BDE'

red 2 ◦ green 75 ◦ blue 222

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

Shades of Navy Blue #024BDE

Tints of Navy Blue #024BDE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.08%

 BLUE value IS 222 (87.11% from 255) = 74.25%

R = 0.67%
G = 25.08%
B = 74.25%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#024BDE (or 0x024BDE) is known color: Navy Blue. HEX triplet: 02, 4B and DE. RGB value is (2,75,222). Sum of RGB (Red+Green+Blue) = 2+75+222=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #024BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BDE is #FDB421. Grayscale: #454545. Windows color (decimal): -16626722 or 14568194. OLE color: 14568194.

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

Color convert

RGB 2 75 222 -
CMYK 0.99 0.66 0 0.13
HSL 220.09º 0.98% 0.44% -
HSV(B) 220.09º 0.99% 0.87% -
XYZ 15.73 10.32 70.27 -
YUV 69.93 213.82 79.55 -
System Red Green Blue C M Y K H S L
Decimal 2 75 222 0.99 0.66 0 0.13 220.09 0.98 0.44
Hex 2 4B DE 63 42 0 D DC 62 2C
Octal 2 113 336 143 102 0 15 334 142 54
Binary 10 1001011 11011110 1100011 1000010 0 1101 11011100 1100010 101100

Color Harmonies of #024BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BDE

Black with #024BDE

Text Example


Text Example

White with #024BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,75,222); }

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

background-color css

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

 a { background-color: rgb(2,75,222); }

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

border-color css

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

 span { border-color: rgb(2,75,222); }

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