#211eff

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

Shades of Blue #211EFF

Tints of Blue #211EFF

Color information

#211EFF (or 0x211EFF) is unknown color: approx Blue. HEX triplet: 21, 1E and FF. RGB value is (33,30,255). Sum of RGB (Red+Green+Blue) = 33+30+255=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #211EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211EFF is #DEE100. Grayscale: #373737. Windows color (decimal): -14606593 or 16719393. OLE color: 16719393.

HSL color Cylindrical-coordinate representation of color #211EFF: hue angle of 240.8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211EFF is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3330255-
CMYK0.870.8800
HSL240.8º100%55.88%-
HSV(B)240.8º88.24%100%-
XYZ19.148.4795.23-
YUV56.55239.99111.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.38%
GREEN value IS 30 (12.11% from 255) = 9.43%
BLUE value IS 255 (100% from 255) = 80.19%
R=10.38%
G=9.43%
B=80.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal33302550.870.8800240.810055.88
Hex211EFF575800f16438
Octal41363771271300036114470
Binary10000111110111111111010111101100000111100011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211eff; }

 p { color: rgb(33,30,255); }

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

<style>
 a { background-color: #211eff; }

 a { background-color: rgb(33,30,255); }

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

<style>
 span { border-color: #211eff; }

 span { border-color: rgb(33,30,255); }

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