Shades of Blue #2115E8
Tints of Blue #2115E8
RGB
CMYK
RGB Variations
Color information
#2115E8 (or 0x2115E8) is known color: Blue. HEX triplet: 21, 15 and E8. RGB value is (33,21,232). Sum of RGB (Red+Green+Blue) = 33+21+232=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 232 (91.02% from 255 or 81.12% from 286); Max value from RGB is 232 - color contains mainly: blue. Hex color #2115E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2115E8 is #DEEA17. Grayscale: #2F2F2F. Windows color (decimal): -14608920 or 15209761. OLE color: 15209761.
HSL color Cylindrical-coordinate representation of color #2115E8: hue angle of 243.41º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2115E8 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 21 | 232 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.09 |
| HSL | 243.41º | 0.83% | 0.5% | - |
| HSV(B) | 243.41º | 0.91% | 0.91% | - |
| XYZ | 15.46 | 6.69 | 76.82 | - |
| YUV | 48.64 | 231.48 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 232 | 0.86 | 0.91 | 0 | 0.09 | 243.41 | 0.83 | 0.5 |
| Hex | 21 | 15 | E8 | 56 | 5B | 0 | 9 | F3 | 53 | 32 |
| Octal | 41 | 25 | 350 | 126 | 133 | 0 | 11 | 363 | 123 | 62 |
| Binary | 100001 | 10101 | 11101000 | 1010110 | 1011011 | 0 | 1001 | 11110011 | 1010011 | 110010 |
Color Harmonies of #2115E8
Complementary color
Monochromatic Colors of #2115E8
Black with #2115E8
Text Example
Text Example
White with #2115E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2115E8; }
p { color: rgb(33,21,232); }
H1.HeaderClassName
{
color: #2115E8;
}
.AnyTagClassName
{
color: #2115E8;
}
</style>
background-color css
<style>
a { background-color: #2115E8; }
a { background-color: rgb(33,21,232); }
div.DivClassName
{
background-color: #2115E8;
}
.BgClassName
{
background-color: #2115E8;
}
</style>
border-color css
<style>
span { border-color: #2115E8; }
span { border-color: rgb(33,21,232); }
td.TdClassName
{
border-color: #2115E8;
}
.TagClassName
{
border-color: #2115E8;
}
</style>