Html Css Color HEX #024BEE Navy Blue

📋 copy color: '#024BEE'

red 2 ◦ green 75 ◦ blue 238

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

Shades of Navy Blue #024BEE

Tints of Navy Blue #024BEE

RGB

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

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

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

R = 0.63%
G = 23.81%
B = 75.56%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#024BEE (or 0x024BEE) is known color: Navy Blue. HEX triplet: 02, 4B and EE. RGB value is (2,75,238). Sum of RGB (Red+Green+Blue) = 2+75+238=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 238 (93.36% from 255 or 75.56% from 315); Max value from RGB is 238 - color contains mainly: blue. Hex color #024BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024BEE is #FDB411. Grayscale: #474747. Windows color (decimal): -16626706 or 15616770. OLE color: 15616770.

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

Color convert

RGB 2 75 238 -
CMYK 0.99 0.68 0 0.07
HSL 221.44º 0.98% 0.47% -
HSV(B) 221.44º 0.99% 0.93% -
XYZ 17.97 11.22 82.11 -
YUV 71.76 221.82 78.25 -
System Red Green Blue C M Y K H S L
Decimal 2 75 238 0.99 0.68 0 0.07 221.44 0.98 0.47
Hex 2 4B EE 63 44 0 7 DD 62 2F
Octal 2 113 356 143 104 0 7 335 142 57
Binary 10 1001011 11101110 1100011 1000100 0 111 11011101 1100010 101111

Color Harmonies of #024BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BEE

Black with #024BEE

Text Example


Text Example

White with #024BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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