Html Css Color HEX #024FFD Navy Blue

📋 copy color: '#024FFD'

red 2 ◦ green 79 ◦ blue 253

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

Shades of Navy Blue #024FFD

Tints of Navy Blue #024FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 75.75%

R = 0.6%
G = 23.65%
B = 75.75%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#024FFD (or 0x024FFD) is known color: Navy Blue. HEX triplet: 02, 4F and FD. RGB value is (2,79,253). Sum of RGB (Red+Green+Blue) = 2+79+253=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 253 (99.22% from 255 or 75.75% from 334); Max value from RGB is 253 - color contains mainly: blue. Hex color #024FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024FFD is #FDB002. Grayscale: #4B4B4B. Windows color (decimal): -16625667 or 16600834. OLE color: 16600834.

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

Color convert

RGB 2 79 253 -
CMYK 0.99 0.69 0 0.01
HSL 221.59º 0.98% 0.5% -
HSV(B) 221.59º 0.99% 0.99% -
XYZ 20.55 12.7 94.3 -
YUV 75.81 227.99 75.35 -
System Red Green Blue C M Y K H S L
Decimal 2 79 253 0.99 0.69 0 0.01 221.59 0.98 0.5
Hex 2 4F FD 63 45 0 1 DE 62 32
Octal 2 117 375 143 105 0 1 336 142 62
Binary 10 1001111 11111101 1100011 1000101 0 1 11011110 1100010 110010

Color Harmonies of #024FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FFD

Black with #024FFD

Text Example


Text Example

White with #024FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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