Shades of Blue #211CE9
Tints of Blue #211CE9
RGB
CMYK
RGB Variations
Color information
#211CE9 (or 0x211CE9) is known color: Blue. HEX triplet: 21, 1C and E9. RGB value is (33,28,233). Sum of RGB (Red+Green+Blue) = 33+28+233=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 233 (91.41% from 255 or 79.25% from 294); Max value from RGB is 233 - color contains mainly: blue. Hex color #211CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211CE9 is #DEE316. Grayscale: #343434. Windows color (decimal): -14607127 or 15277089. OLE color: 15277089.
HSL color Cylindrical-coordinate representation of color #211CE9: hue angle of 241.46º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211CE9 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 28 | 233 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.09 |
| HSL | 241.46º | 0.82% | 0.51% | - |
| HSV(B) | 241.46º | 0.88% | 0.91% | - |
| XYZ | 15.75 | 7.04 | 77.62 | - |
| YUV | 52.87 | 229.66 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 233 | 0.86 | 0.88 | 0 | 0.09 | 241.46 | 0.82 | 0.51 |
| Hex | 21 | 1C | E9 | 56 | 58 | 0 | 9 | F1 | 52 | 33 |
| Octal | 41 | 34 | 351 | 126 | 130 | 0 | 11 | 361 | 122 | 63 |
| Binary | 100001 | 11100 | 11101001 | 1010110 | 1011000 | 0 | 1001 | 11110001 | 1010010 | 110011 |
Color Harmonies of #211CE9
Complementary color
Monochromatic Colors of #211CE9
Black with #211CE9
Text Example
Text Example
White with #211CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211CE9; }
p { color: rgb(33,28,233); }
H1.HeaderClassName
{
color: #211CE9;
}
.AnyTagClassName
{
color: #211CE9;
}
</style>
background-color css
<style>
a { background-color: #211CE9; }
a { background-color: rgb(33,28,233); }
div.DivClassName
{
background-color: #211CE9;
}
.BgClassName
{
background-color: #211CE9;
}
</style>
border-color css
<style>
span { border-color: #211CE9; }
span { border-color: rgb(33,28,233); }
td.TdClassName
{
border-color: #211CE9;
}
.TagClassName
{
border-color: #211CE9;
}
</style>