Shades of Royal Blue #215BE8
Tints of Royal Blue #215BE8
RGB
CMYK
RGB Variations
Color information
#215BE8 (or 0x215BE8) is known color: Royal Blue. HEX triplet: 21, 5B and E8. RGB value is (33,91,232). Sum of RGB (Red+Green+Blue) = 33+91+232=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 232 (91.02% from 255 or 65.17% from 356); Max value from RGB is 232 - color contains mainly: blue. Hex color #215BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215BE8 is #DEA417. Grayscale: #595959. Windows color (decimal): -14591000 or 15227681. OLE color: 15227681.
HSL color Cylindrical-coordinate representation of color #215BE8: hue angle of 222.51º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #215BE8 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 91 | 232 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.09 |
| HSL | 222.51º | 0.81% | 0.52% | - |
| HSV(B) | 222.51º | 0.86% | 0.91% | - |
| XYZ | 18.93 | 13.63 | 77.98 | - |
| YUV | 89.73 | 208.28 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 232 | 0.86 | 0.61 | 0 | 0.09 | 222.51 | 0.81 | 0.52 |
| Hex | 21 | 5B | E8 | 56 | 3D | 0 | 9 | DF | 51 | 34 |
| Octal | 41 | 133 | 350 | 126 | 75 | 0 | 11 | 337 | 121 | 64 |
| Binary | 100001 | 1011011 | 11101000 | 1010110 | 111101 | 0 | 1001 | 11011111 | 1010001 | 110100 |
Color Harmonies of #215BE8
Complementary color
Monochromatic Colors of #215BE8
Black with #215BE8
Text Example
Text Example
White with #215BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215BE8; }
p { color: rgb(33,91,232); }
H1.HeaderClassName
{
color: #215BE8;
}
.AnyTagClassName
{
color: #215BE8;
}
</style>
background-color css
<style>
a { background-color: #215BE8; }
a { background-color: rgb(33,91,232); }
div.DivClassName
{
background-color: #215BE8;
}
.BgClassName
{
background-color: #215BE8;
}
</style>
border-color css
<style>
span { border-color: #215BE8; }
span { border-color: rgb(33,91,232); }
td.TdClassName
{
border-color: #215BE8;
}
.TagClassName
{
border-color: #215BE8;
}
</style>