Html Css Color HEX #024EFE Navy Blue

📋 copy color: '#024EFE'

red 2 ◦ green 78 ◦ blue 254

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

Shades of Navy Blue #024EFE

Tints of Navy Blue #024EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.35%

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

R = 0.6%
G = 23.35%
B = 76.05%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#024EFE (or 0x024EFE) is known color: Navy Blue. HEX triplet: 02, 4E and FE. RGB value is (2,78,254). Sum of RGB (Red+Green+Blue) = 2+78+254=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #024EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024EFE is #FDB101. Grayscale: #4A4A4A. Windows color (decimal): -16625922 or 16666114. OLE color: 16666114.

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

Color convert

RGB 2 78 254 -
CMYK 0.99 0.69 0 0.00
HSL 221.9º 0.99% 0.5% -
HSV(B) 221.9º 0.99% 1% -
XYZ 20.64 12.62 95.11 -
YUV 75.34 228.82 75.69 -
System Red Green Blue C M Y K H S L
Decimal 2 78 254 0.99 0.69 0 0.00 221.9 0.99 0.5
Hex 2 4E FE 63 45 0 0 DE 63 32
Octal 2 116 376 143 105 0 0 336 143 62
Binary 10 1001110 11111110 1100011 1000101 0 0 11011110 1100011 110010

Color Harmonies of #024EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024EFE

Black with #024EFE

Text Example


Text Example

White with #024EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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