Html Css Color HEX #024FD0 Navy Blue

📋 copy color: '#024FD0'

red 2 ◦ green 79 ◦ blue 208

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

Shades of Navy Blue #024FD0

Tints of Navy Blue #024FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 71.97%

R = 0.69%
G = 27.34%
B = 71.97%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#024FD0 (or 0x024FD0) is known color: Navy Blue. HEX triplet: 02, 4F and D0. RGB value is (2,79,208). Sum of RGB (Red+Green+Blue) = 2+79+208=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 208 (81.64% from 255 or 71.97% from 289); Max value from RGB is 208 - color contains mainly: blue. Hex color #024FD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FD0 is #FDB02F. Grayscale: #464646. Windows color (decimal): -16625712 or 13651714. OLE color: 13651714.

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

Color convert

RGB 2 79 208 -
CMYK 0.99 0.62 0 0.18
HSL 217.57º 0.98% 0.41% -
HSV(B) 217.57º 0.99% 0.82% -
XYZ 14.21 10.16 60.89 -
YUV 70.68 205.49 79.01 -
System Red Green Blue C M Y K H S L
Decimal 2 79 208 0.99 0.62 0 0.18 217.57 0.98 0.41
Hex 2 4F D0 63 3E 0 12 DA 62 29
Octal 2 117 320 143 76 0 22 332 142 51
Binary 10 1001111 11010000 1100011 111110 0 10010 11011010 1100010 101001

Color Harmonies of #024FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FD0

Black with #024FD0

Text Example


Text Example

White with #024FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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