Html Css Color HEX #024BFE Navy Blue

📋 copy color: '#024BFE'

red 2 ◦ green 75 ◦ blue 254

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

Shades of Navy Blue #024BFE

Tints of Navy Blue #024BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.66%

 BLUE value IS 254 (99.61% from 255) = 76.74%

R = 0.6%
G = 22.66%
B = 76.74%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#024BFE (or 0x024BFE) is known color: Navy Blue. HEX triplet: 02, 4B and FE. RGB value is (2,75,254). Sum of RGB (Red+Green+Blue) = 2+75+254=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #024BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024BFE is #FDB401. Grayscale: #484848. Windows color (decimal): -16626690 or 16665346. OLE color: 16665346.

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

Color convert

RGB 2 75 254 -
CMYK 0.99 0.70 0 0.00
HSL 222.62º 0.99% 0.5% -
HSV(B) 222.62º 0.99% 1% -
XYZ 20.43 12.2 95.04 -
YUV 73.58 229.82 76.95 -
System Red Green Blue C M Y K H S L
Decimal 2 75 254 0.99 0.70 0 0.00 222.62 0.99 0.5
Hex 2 4B FE 63 46 0 0 DF 63 32
Octal 2 113 376 143 106 0 0 337 143 62
Binary 10 1001011 11111110 1100011 1000110 0 0 11011111 1100011 110010

Color Harmonies of #024BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BFE

Black with #024BFE

Text Example


Text Example

White with #024BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,75,254); }

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

background-color css

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

 a { background-color: rgb(2,75,254); }

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

border-color css

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

 span { border-color: rgb(2,75,254); }

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