#2120EC

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

Shades of Blue #2120EC

Tints of Blue #2120EC

Color information

#2120EC (or 0x2120EC) is unknown color: approx Blue. HEX triplet: 21, 20 and EC. RGB value is (33,32,236). Sum of RGB (Red+Green+Blue) = 33+32+236=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 236 (92.58% from 255 or 78.41% from 301); Max value from RGB is 236 - color contains mainly: blue. Hex color #2120EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2120EC is #DEDF13. Grayscale: #363636. Windows color (decimal): -14606100 or 15474721. OLE color: 15474721.

HSL color Cylindrical-coordinate representation of color #2120EC: hue angle of 240.29º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2120EC is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3332236-
CMYK0.860.8600.07
HSL240.29º84.3%52.55%-
HSV(B)240.29º86.44%92.55%-
XYZ16.287.4179.93-
YUV55.55229.83111.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.96%
GREEN value IS 32 (12.89% from 255) = 10.63%
BLUE value IS 236 (92.58% from 255) = 78.41%
R=10.96%
G=10.63%
B=78.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal33322360.860.8600.07240.2984.352.55
Hex2120EC565607f05435
Octal41403541261260736012465
Binary10000110000011101100101011010101100111111100001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2120EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2120EC; }

 p { color: rgb(33,32,236); }

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

<style>
 a { background-color: #2120EC; }

 a { background-color: rgb(33,32,236); }

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

<style>
 span { border-color: #2120EC; }

 span { border-color: rgb(33,32,236); }

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