#2002E6

Color #2002E6 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #2002E6

Tints of Blue #2002E6

Color information

#2002E6 (or 0x2002E6) is unknown color: approx Blue. HEX triplet: 20, 02 and E6. RGB value is (32,2,230). Sum of RGB (Red+Green+Blue) = 32+2+230=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 230 (90.23% from 255 or 87.12% from 264); Max value from RGB is 230 - color contains mainly: blue. Hex color #2002E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2002E6 is #DFFD19. Grayscale: #242424. Windows color (decimal): -14679322 or 15073824. OLE color: 15073824.

HSL color Cylindrical-coordinate representation of color #2002E6: hue angle of 247.89º 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 #2002E6 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB322230-
CMYK0.860.9900.10
HSL247.89º98.28%45.49%-
HSV(B)247.89º99.13%90.2%-
XYZ14.96.0675.25-
YUV36.96236.94124.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.12%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 230 (90.23% from 255) = 87.12%
R=12.12%
G=0.76%
B=87.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal3222300.860.9900.10247.8998.2845.49
Hex202E656630Af8622d
Octal40234612614301237014255
Binary10000010111001101010110110001101010111110001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2002E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2002E6; }

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

 H1.HeaderClassName
 {
   color: #2002E6;
 }
 .AnyTagClassName
 {
   color: #2002E6;
 }
</style>
background-color css

<style>
 a { background-color: #2002E6; }

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

 div.DivClassName
 {
   background-color: #2002E6;
 }
 .BgClassName
 {
   background-color: #2002E6;
 }
</style>
border-color css

<style>
 span { border-color: #2002E6; }

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

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