Html Css Color HEX #024FC8 Navy Blue

📋 copy color: '#024FC8'

red 2 ◦ green 79 ◦ blue 200

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

Shades of Navy Blue #024FC8

Tints of Navy Blue #024FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 71.17%

R = 0.71%
G = 28.11%
B = 71.17%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#024FC8 (or 0x024FC8) is known color: Navy Blue. HEX triplet: 02, 4F and C8. RGB value is (2,79,200). Sum of RGB (Red+Green+Blue) = 2+79+200=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 200 (78.52% from 255 or 71.17% from 281); Max value from RGB is 200 - color contains mainly: blue. Hex color #024FC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FC8 is #FDB037. Grayscale: #454545. Windows color (decimal): -16625720 or 13127426. OLE color: 13127426.

HSL color Cylindrical-coordinate representation of color #024FC8: hue angle of 216.67º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FC8 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 79 200 -
CMYK 0.99 0.60 0 0.22
HSL 216.67º 0.98% 0.4% -
HSV(B) 216.67º 0.99% 0.78% -
XYZ 13.25 9.78 55.83 -
YUV 69.77 201.49 79.66 -
System Red Green Blue C M Y K H S L
Decimal 2 79 200 0.99 0.60 0 0.22 216.67 0.98 0.4
Hex 2 4F C8 63 3C 0 16 D9 62 28
Octal 2 117 310 143 74 0 26 331 142 50
Binary 10 1001111 11001000 1100011 111100 0 10110 11011001 1100010 101000

Color Harmonies of #024FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FC8

Black with #024FC8

Text Example


Text Example

White with #024FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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