Shades of Blue #2115FD
Tints of Blue #2115FD
RGB
CMYK
RGB Variations
Color information
#2115FD (or 0x2115FD) is known color: Blue. HEX triplet: 21, 15 and FD. RGB value is (33,21,253). Sum of RGB (Red+Green+Blue) = 33+21+253=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 253 (99.22% from 255 or 82.41% from 307); Max value from RGB is 253 - color contains mainly: blue. Hex color #2115FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2115FD is #DEEA02. Grayscale: #323232. Windows color (decimal): -14608899 or 16586017. OLE color: 16586017.
HSL color Cylindrical-coordinate representation of color #2115FD: hue angle of 243.1º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2115FD is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 21 | 253 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.01 |
| HSL | 243.1º | 0.98% | 0.54% | - |
| HSV(B) | 243.1º | 0.92% | 0.99% | - |
| XYZ | 18.62 | 7.95 | 93.48 | - |
| YUV | 51.04 | 241.98 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 253 | 0.87 | 0.92 | 0 | 0.01 | 243.1 | 0.98 | 0.54 |
| Hex | 21 | 15 | FD | 57 | 5C | 0 | 1 | F3 | 62 | 36 |
| Octal | 41 | 25 | 375 | 127 | 134 | 0 | 1 | 363 | 142 | 66 |
| Binary | 100001 | 10101 | 11111101 | 1010111 | 1011100 | 0 | 1 | 11110011 | 1100010 | 110110 |
Color Harmonies of #2115FD
Complementary color
Monochromatic Colors of #2115FD
Black with #2115FD
Text Example
Text Example
White with #2115FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2115FD; }
p { color: rgb(33,21,253); }
H1.HeaderClassName
{
color: #2115FD;
}
.AnyTagClassName
{
color: #2115FD;
}
</style>
background-color css
<style>
a { background-color: #2115FD; }
a { background-color: rgb(33,21,253); }
div.DivClassName
{
background-color: #2115FD;
}
.BgClassName
{
background-color: #2115FD;
}
</style>
border-color css
<style>
span { border-color: #2115FD; }
span { border-color: rgb(33,21,253); }
td.TdClassName
{
border-color: #2115FD;
}
.TagClassName
{
border-color: #2115FD;
}
</style>