#2111F0

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

Shades of Blue #2111F0

Tints of Blue #2111F0

Color information

#2111F0 (or 0x2111F0) is unknown color: approx Blue. HEX triplet: 21, 11 and F0. RGB value is (33,17,240). Sum of RGB (Red+Green+Blue) = 33+17+240=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 240 (94.14% from 255 or 82.76% from 290); Max value from RGB is 240 - color contains mainly: blue. Hex color #2111F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2111F0 is #DEEE0F. Grayscale: #2E2E2E. Windows color (decimal): -14609936 or 15733025. OLE color: 15733025.

HSL color Cylindrical-coordinate representation of color #2111F0: hue angle of 244.3º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2111F0 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3317240-
CMYK0.860.9300.06
HSL244.3º88.14%50.39%-
HSV(B)244.3º92.92%94.12%-
XYZ16.567.0282.92-
YUV47.21236.8117.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.38%
GREEN value IS 17 (7.03% from 255) = 5.86%
BLUE value IS 240 (94.14% from 255) = 82.76%
R=11.38%
G=5.86%
B=82.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal33172400.860.9300.06244.388.1450.39
Hex2111F0565D06f45832
Octal41213601261350636413062
Binary1000011000111110000101011010111010110111101001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2111F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2111F0; }

 p { color: rgb(33,17,240); }

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

<style>
 a { background-color: #2111F0; }

 a { background-color: rgb(33,17,240); }

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

<style>
 span { border-color: #2111F0; }

 span { border-color: rgb(33,17,240); }

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