Html Css Color HEX #024FD5 Navy Blue

📋 copy color: '#024FD5'

red 2 ◦ green 79 ◦ blue 213

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

Shades of Navy Blue #024FD5

Tints of Navy Blue #024FD5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.87%

 BLUE value IS 213 (83.59% from 255) = 72.45%

R = 0.68%
G = 26.87%
B = 72.45%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#024FD5 (or 0x024FD5) is known color: Navy Blue. HEX triplet: 02, 4F and D5. RGB value is (2,79,213). Sum of RGB (Red+Green+Blue) = 2+79+213=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 213 (83.59% from 255 or 72.45% from 294); Max value from RGB is 213 - color contains mainly: blue. Hex color #024FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FD5 is #FDB02A. Grayscale: #464646. Windows color (decimal): -16625707 or 13979394. OLE color: 13979394.

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

Color convert

RGB 2 79 213 -
CMYK 0.99 0.63 0 0.16
HSL 218.1º 0.98% 0.42% -
HSV(B) 218.1º 0.99% 0.84% -
XYZ 14.83 10.41 64.18 -
YUV 71.25 207.99 78.6 -
System Red Green Blue C M Y K H S L
Decimal 2 79 213 0.99 0.63 0 0.16 218.1 0.98 0.42
Hex 2 4F D5 63 3F 0 10 DA 62 2A
Octal 2 117 325 143 77 0 20 332 142 52
Binary 10 1001111 11010101 1100011 111111 0 10000 11011010 1100010 101010

Color Harmonies of #024FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FD5

Black with #024FD5

Text Example


Text Example

White with #024FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,79,213); }

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

background-color css

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

 a { background-color: rgb(2,79,213); }

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

border-color css

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

 span { border-color: rgb(2,79,213); }

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