Shades of Royal Blue #215EEF
Tints of Royal Blue #215EEF
RGB
CMYK
RGB Variations
Color information
#215EEF (or 0x215EEF) is known color: Royal Blue. HEX triplet: 21, 5E and EF. RGB value is (33,94,239). Sum of RGB (Red+Green+Blue) = 33+94+239=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #215EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215EEF is #DEA110. Grayscale: #5B5B5B. Windows color (decimal): -14590225 or 15687201. OLE color: 15687201.
HSL color Cylindrical-coordinate representation of color #215EEF: hue angle of 222.23º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #215EEF is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 94 | 239 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.06 |
| HSL | 222.23º | 0.87% | 0.53% | - |
| HSV(B) | 222.23º | 0.86% | 0.94% | - |
| XYZ | 20.21 | 14.56 | 83.41 | - |
| YUV | 92.29 | 210.79 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 239 | 0.86 | 0.61 | 0 | 0.06 | 222.23 | 0.87 | 0.53 |
| Hex | 21 | 5E | EF | 56 | 3D | 0 | 6 | DE | 57 | 35 |
| Octal | 41 | 136 | 357 | 126 | 75 | 0 | 6 | 336 | 127 | 65 |
| Binary | 100001 | 1011110 | 11101111 | 1010110 | 111101 | 0 | 110 | 11011110 | 1010111 | 110101 |
Color Harmonies of #215EEF
Complementary color
Monochromatic Colors of #215EEF
Black with #215EEF
Text Example
Text Example
White with #215EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215EEF; }
p { color: rgb(33,94,239); }
H1.HeaderClassName
{
color: #215EEF;
}
.AnyTagClassName
{
color: #215EEF;
}
</style>
background-color css
<style>
a { background-color: #215EEF; }
a { background-color: rgb(33,94,239); }
div.DivClassName
{
background-color: #215EEF;
}
.BgClassName
{
background-color: #215EEF;
}
</style>
border-color css
<style>
span { border-color: #215EEF; }
span { border-color: rgb(33,94,239); }
td.TdClassName
{
border-color: #215EEF;
}
.TagClassName
{
border-color: #215EEF;
}
</style>