Html Css Color HEX #021EEE Blue

📋 copy color: '#021EEE'

red 2 ◦ green 30 ◦ blue 238

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

Shades of Blue #021EEE

Tints of Blue #021EEE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.11%

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

R = 0.74%
G = 11.11%
B = 88.15%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#021EEE (or 0x021EEE) is known color: Blue. HEX triplet: 02, 1E and EE. RGB value is (2,30,238). Sum of RGB (Red+Green+Blue) = 2+30+238=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 238 (93.36% from 255 or 88.15% from 270); Max value from RGB is 238 - color contains mainly: blue. Hex color #021EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021EEE is #FDE111. Grayscale: #2C2C2C. Windows color (decimal): -16638226 or 15605250. OLE color: 15605250.

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

Color convert

RGB 2 30 238 -
CMYK 0.99 0.87 0 0.07
HSL 232.88º 0.98% 0.47% -
HSV(B) 232.88º 0.99% 0.93% -
XYZ 15.92 7.11 81.42 -
YUV 45.34 236.72 97.09 -
System Red Green Blue C M Y K H S L
Decimal 2 30 238 0.99 0.87 0 0.07 232.88 0.98 0.47
Hex 2 1E EE 63 57 0 7 E9 62 2F
Octal 2 36 356 143 127 0 7 351 142 57
Binary 10 11110 11101110 1100011 1010111 0 111 11101001 1100010 101111

Color Harmonies of #021EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021EEE

Black with #021EEE

Text Example


Text Example

White with #021EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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