Html Css Color HEX #024FFF Navy Blue

📋 copy color: '#024FFF'

red 2 ◦ green 79 ◦ blue 255

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

Shades of Navy Blue #024FFF

Tints of Navy Blue #024FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 75.89%

R = 0.6%
G = 23.51%
B = 75.89%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#024FFF (or 0x024FFF) is known color: Navy Blue. HEX triplet: 02, 4F and FF. RGB value is (2,79,255). Sum of RGB (Red+Green+Blue) = 2+79+255=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #024FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024FFF is #FDB000. Grayscale: #4B4B4B. Windows color (decimal): -16625665 or 16731906. OLE color: 16731906.

HSL color Cylindrical-coordinate representation of color #024FFF: hue angle of 221.74º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FFF is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 2 79 255 -
CMYK 0.99 0.69 0 0
HSL 221.74º 1% 0.5% -
HSV(B) 221.74º 0.99% 1% -
XYZ 20.87 12.82 95.98 -
YUV 76.04 228.99 75.19 -
System Red Green Blue C M Y K H S L
Decimal 2 79 255 0.99 0.69 0 0 221.74 1 0.5
Hex 2 4F FF 63 45 0 0 DE 64 32
Octal 2 117 377 143 105 0 0 336 144 62
Binary 10 1001111 11111111 1100011 1000101 0 0 11011110 1100100 110010

Color Harmonies of #024FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FFF

Black with #024FFF

Text Example


Text Example

White with #024FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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