Html Css Color HEX #021EE6 Blue

📋 copy color: '#021EE6'

red 2 ◦ green 30 ◦ blue 230

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

Shades of Blue #021EE6

Tints of Blue #021EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 87.79%

R = 0.76%
G = 11.45%
B = 87.79%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#021EE6 (or 0x021EE6) is known color: Blue. HEX triplet: 02, 1E and E6. RGB value is (2,30,230). Sum of RGB (Red+Green+Blue) = 2+30+230=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 230 (90.23% from 255 or 87.79% from 262); Max value from RGB is 230 - color contains mainly: blue. Hex color #021EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021EE6 is #FDE119. Grayscale: #2B2B2B. Windows color (decimal): -16638234 or 15080962. OLE color: 15080962.

HSL color Cylindrical-coordinate representation of color #021EE6: hue angle of 232.63º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021EE6 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 2 30 230 -
CMYK 0.99 0.87 0 0.10
HSL 232.63º 0.98% 0.45% -
HSV(B) 232.63º 0.99% 0.9% -
XYZ 14.77 6.65 75.37 -
YUV 44.43 232.72 97.74 -
System Red Green Blue C M Y K H S L
Decimal 2 30 230 0.99 0.87 0 0.10 232.63 0.98 0.45
Hex 2 1E E6 63 57 0 A E9 62 2D
Octal 2 36 346 143 127 0 12 351 142 55
Binary 10 11110 11100110 1100011 1010111 0 1010 11101001 1100010 101101

Color Harmonies of #021EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021EE6

Black with #021EE6

Text Example


Text Example

White with #021EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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