Html Css Color HEX #024FEF Navy Blue

📋 copy color: '#024FEF'

red 2 ◦ green 79 ◦ blue 239

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

Shades of Navy Blue #024FEF

Tints of Navy Blue #024FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 74.69%

R = 0.63%
G = 24.69%
B = 74.69%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#024FEF (or 0x024FEF) is known color: Navy Blue. HEX triplet: 02, 4F and EF. RGB value is (2,79,239). Sum of RGB (Red+Green+Blue) = 2+79+239=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 239 (93.75% from 255 or 74.69% from 320); Max value from RGB is 239 - color contains mainly: blue. Hex color #024FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024FEF is #FDB010. Grayscale: #494949. Windows color (decimal): -16625681 or 15683330. OLE color: 15683330.

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

Color convert

RGB 2 79 239 -
CMYK 0.99 0.67 0 0.06
HSL 220.51º 0.98% 0.47% -
HSV(B) 220.51º 0.99% 0.94% -
XYZ 18.4 11.84 82.98 -
YUV 74.22 220.99 76.49 -
System Red Green Blue C M Y K H S L
Decimal 2 79 239 0.99 0.67 0 0.06 220.51 0.98 0.47
Hex 2 4F EF 63 43 0 6 DD 62 2F
Octal 2 117 357 143 103 0 6 335 142 57
Binary 10 1001111 11101111 1100011 1000011 0 110 11011101 1100010 101111

Color Harmonies of #024FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FEF

Black with #024FEF

Text Example


Text Example

White with #024FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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