Html Css Color HEX #024CFD Navy Blue

📋 copy color: '#024CFD'

red 2 ◦ green 76 ◦ blue 253

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

Shades of Navy Blue #024CFD

Tints of Navy Blue #024CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.96%

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

R = 0.6%
G = 22.96%
B = 76.44%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#024CFD (or 0x024CFD) is known color: Navy Blue. HEX triplet: 02, 4C and FD. RGB value is (2,76,253). Sum of RGB (Red+Green+Blue) = 2+76+253=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 253 (99.22% from 255 or 76.44% from 331); Max value from RGB is 253 - color contains mainly: blue. Hex color #024CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024CFD is #FDB302. Grayscale: #494949. Windows color (decimal): -16626435 or 16600066. OLE color: 16600066.

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

Color convert

RGB 2 76 253 -
CMYK 0.99 0.70 0 0.01
HSL 222.31º 0.98% 0.5% -
HSV(B) 222.31º 0.99% 0.99% -
XYZ 20.34 12.27 94.23 -
YUV 74.05 228.98 76.61 -
System Red Green Blue C M Y K H S L
Decimal 2 76 253 0.99 0.70 0 0.01 222.31 0.98 0.5
Hex 2 4C FD 63 46 0 1 DE 62 32
Octal 2 114 375 143 106 0 1 336 142 62
Binary 10 1001100 11111101 1100011 1000110 0 1 11011110 1100010 110010

Color Harmonies of #024CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024CFD

Black with #024CFD

Text Example


Text Example

White with #024CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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