Shades of Blue #2115F1
Tints of Blue #2115F1
RGB
CMYK
RGB Variations
Color information
#2115F1 (or 0x2115F1) is known color: Blue. HEX triplet: 21, 15 and F1. RGB value is (33,21,241). Sum of RGB (Red+Green+Blue) = 33+21+241=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 241 (94.53% from 255 or 81.69% from 295); Max value from RGB is 241 - color contains mainly: blue. Hex color #2115F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2115F1 is #DEEA0E. Grayscale: #303030. Windows color (decimal): -14608911 or 15799585. OLE color: 15799585.
HSL color Cylindrical-coordinate representation of color #2115F1: hue angle of 243.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2115F1 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 21 | 241 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.05 |
| HSL | 243.27º | 0.89% | 0.51% | - |
| HSV(B) | 243.27º | 0.91% | 0.95% | - |
| XYZ | 16.77 | 7.21 | 83.73 | - |
| YUV | 49.67 | 235.98 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 241 | 0.86 | 0.91 | 0 | 0.05 | 243.27 | 0.89 | 0.51 |
| Hex | 21 | 15 | F1 | 56 | 5B | 0 | 5 | F3 | 59 | 33 |
| Octal | 41 | 25 | 361 | 126 | 133 | 0 | 5 | 363 | 131 | 63 |
| Binary | 100001 | 10101 | 11110001 | 1010110 | 1011011 | 0 | 101 | 11110011 | 1011001 | 110011 |
Color Harmonies of #2115F1
Complementary color
Monochromatic Colors of #2115F1
Black with #2115F1
Text Example
Text Example
White with #2115F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2115F1; }
p { color: rgb(33,21,241); }
H1.HeaderClassName
{
color: #2115F1;
}
.AnyTagClassName
{
color: #2115F1;
}
</style>
background-color css
<style>
a { background-color: #2115F1; }
a { background-color: rgb(33,21,241); }
div.DivClassName
{
background-color: #2115F1;
}
.BgClassName
{
background-color: #2115F1;
}
</style>
border-color css
<style>
span { border-color: #2115F1; }
span { border-color: rgb(33,21,241); }
td.TdClassName
{
border-color: #2115F1;
}
.TagClassName
{
border-color: #2115F1;
}
</style>