Html Css Color HEX #024FEE Navy Blue

📋 copy color: '#024FEE'

red 2 ◦ green 79 ◦ blue 238

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

Shades of Navy Blue #024FEE

Tints of Navy Blue #024FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 74.61%

R = 0.63%
G = 24.76%
B = 74.61%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#024FEE (or 0x024FEE) is known color: Navy Blue. HEX triplet: 02, 4F and EE. RGB value is (2,79,238). Sum of RGB (Red+Green+Blue) = 2+79+238=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 238 (93.36% from 255 or 74.61% from 319); Max value from RGB is 238 - color contains mainly: blue. Hex color #024FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024FEE is #FDB011. Grayscale: #494949. Windows color (decimal): -16625682 or 15617794. OLE color: 15617794.

HSL color Cylindrical-coordinate representation of color #024FEE: hue angle of 220.42º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FEE is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 79 238 -
CMYK 0.99 0.67 0 0.07
HSL 220.42º 0.98% 0.47% -
HSV(B) 220.42º 0.99% 0.93% -
XYZ 18.25 11.78 82.2 -
YUV 74.1 220.49 76.57 -
System Red Green Blue C M Y K H S L
Decimal 2 79 238 0.99 0.67 0 0.07 220.42 0.98 0.47
Hex 2 4F EE 63 43 0 7 DC 62 2F
Octal 2 117 356 143 103 0 7 334 142 57
Binary 10 1001111 11101110 1100011 1000011 0 111 11011100 1100010 101111

Color Harmonies of #024FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FEE

Black with #024FEE

Text Example


Text Example

White with #024FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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