Shades of Blue #2115FF
Tints of Blue #2115FF
RGB
CMYK
RGB Variations
Color information
#2115FF (or 0x2115FF) is known color: Blue. HEX triplet: 21, 15 and FF. RGB value is (33,21,255). Sum of RGB (Red+Green+Blue) = 33+21+255=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #2115FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2115FF is #DEEA00. Grayscale: #323232. Windows color (decimal): -14608897 or 16717089. OLE color: 16717089.
HSL color Cylindrical-coordinate representation of color #2115FF: hue angle of 243.08º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2115FF is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 21 | 255 | - |
| CMYK | 0.87 | 0.92 | 0 | 0 |
| HSL | 243.08º | 1% | 0.54% | - |
| HSV(B) | 243.08º | 0.92% | 1% | - |
| XYZ | 18.95 | 8.08 | 95.17 | - |
| YUV | 51.26 | 242.98 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 255 | 0.87 | 0.92 | 0 | 0 | 243.08 | 1 | 0.54 |
| Hex | 21 | 15 | FF | 57 | 5C | 0 | 0 | F3 | 64 | 36 |
| Octal | 41 | 25 | 377 | 127 | 134 | 0 | 0 | 363 | 144 | 66 |
| Binary | 100001 | 10101 | 11111111 | 1010111 | 1011100 | 0 | 0 | 11110011 | 1100100 | 110110 |
Color Harmonies of #2115FF
Complementary color
Monochromatic Colors of #2115FF
Black with #2115FF
Text Example
Text Example
White with #2115FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2115FF; }
p { color: rgb(33,21,255); }
H1.HeaderClassName
{
color: #2115FF;
}
.AnyTagClassName
{
color: #2115FF;
}
</style>
background-color css
<style>
a { background-color: #2115FF; }
a { background-color: rgb(33,21,255); }
div.DivClassName
{
background-color: #2115FF;
}
.BgClassName
{
background-color: #2115FF;
}
</style>
border-color css
<style>
span { border-color: #2115FF; }
span { border-color: rgb(33,21,255); }
td.TdClassName
{
border-color: #2115FF;
}
.TagClassName
{
border-color: #2115FF;
}
</style>