Html Css Color HEX #021AEE Blue

📋 copy color: '#021AEE'

red 2 ◦ green 26 ◦ blue 238

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

Shades of Blue #021AEE

Tints of Blue #021AEE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.77%

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

R = 0.75%
G = 9.77%
B = 89.47%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#021AEE (or 0x021AEE) is known color: Blue. HEX triplet: 02, 1A and EE. RGB value is (2,26,238). Sum of RGB (Red+Green+Blue) = 2+26+238=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 238 (93.36% from 255 or 89.47% from 266); Max value from RGB is 238 - color contains mainly: blue. Hex color #021AEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021AEE is #FDE511. Grayscale: #2A2A2A. Windows color (decimal): -16639250 or 15604226. OLE color: 15604226.

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

Color convert

RGB 2 26 238 -
CMYK 0.99 0.89 0 0.07
HSL 233.9º 0.98% 0.47% -
HSV(B) 233.9º 0.99% 0.93% -
XYZ 15.83 6.92 81.39 -
YUV 42.99 238.05 98.76 -
System Red Green Blue C M Y K H S L
Decimal 2 26 238 0.99 0.89 0 0.07 233.9 0.98 0.47
Hex 2 1A EE 63 59 0 7 EA 62 2F
Octal 2 32 356 143 131 0 7 352 142 57
Binary 10 11010 11101110 1100011 1011001 0 111 11101010 1100010 101111

Color Harmonies of #021AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021AEE

Black with #021AEE

Text Example


Text Example

White with #021AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021AEE; }

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

 H1.HeaderClassName
 {
   color: #021AEE;
 }
 .AnyTagClassName
 {
   color: #021AEE;
 }
</style>

background-color css

<style>
 a { background-color: #021AEE; }

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

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

border-color css

<style>
 span { border-color: #021AEE; }

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

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