Shades of Royal Blue #215EEE
Tints of Royal Blue #215EEE
RGB
CMYK
RGB Variations
Color information
#215EEE (or 0x215EEE) is known color: Royal Blue. HEX triplet: 21, 5E and EE. RGB value is (33,94,238). Sum of RGB (Red+Green+Blue) = 33+94+238=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #215EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215EEE is #DEA111. Grayscale: #5B5B5B. Windows color (decimal): -14590226 or 15621665. OLE color: 15621665.
HSL color Cylindrical-coordinate representation of color #215EEE: hue angle of 222.15º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #215EEE is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 94 | 238 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.07 |
| HSL | 222.15º | 0.86% | 0.53% | - |
| HSV(B) | 222.15º | 0.86% | 0.93% | - |
| XYZ | 20.06 | 14.5 | 82.63 | - |
| YUV | 92.18 | 210.29 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 238 | 0.86 | 0.61 | 0 | 0.07 | 222.15 | 0.86 | 0.53 |
| Hex | 21 | 5E | EE | 56 | 3D | 0 | 7 | DE | 56 | 35 |
| Octal | 41 | 136 | 356 | 126 | 75 | 0 | 7 | 336 | 126 | 65 |
| Binary | 100001 | 1011110 | 11101110 | 1010110 | 111101 | 0 | 111 | 11011110 | 1010110 | 110101 |
Color Harmonies of #215EEE
Complementary color
Monochromatic Colors of #215EEE
Black with #215EEE
Text Example
Text Example
White with #215EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215EEE; }
p { color: rgb(33,94,238); }
H1.HeaderClassName
{
color: #215EEE;
}
.AnyTagClassName
{
color: #215EEE;
}
</style>
background-color css
<style>
a { background-color: #215EEE; }
a { background-color: rgb(33,94,238); }
div.DivClassName
{
background-color: #215EEE;
}
.BgClassName
{
background-color: #215EEE;
}
</style>
border-color css
<style>
span { border-color: #215EEE; }
span { border-color: rgb(33,94,238); }
td.TdClassName
{
border-color: #215EEE;
}
.TagClassName
{
border-color: #215EEE;
}
</style>