Shades of Royal Blue #215EFF
Tints of Royal Blue #215EFF
RGB
CMYK
RGB Variations
Color information
#215EFF (or 0x215EFF) is known color: Royal Blue. HEX triplet: 21, 5E and FF. RGB value is (33,94,255). Sum of RGB (Red+Green+Blue) = 33+94+255=382 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.64% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #215EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215EFF is #DEA100. Grayscale: #5D5D5D. Windows color (decimal): -14590209 or 16735777. OLE color: 16735777.
HSL color Cylindrical-coordinate representation of color #215EFF: hue angle of 223.51º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #215EFF is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 94 | 255 | - |
| CMYK | 0.87 | 0.63 | 0 | 0 |
| HSL | 223.51º | 1% | 0.56% | - |
| HSV(B) | 223.51º | 0.87% | 1% | - |
| XYZ | 22.68 | 15.55 | 96.41 | - |
| YUV | 94.12 | 218.79 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 255 | 0.87 | 0.63 | 0 | 0 | 223.51 | 1 | 0.56 |
| Hex | 21 | 5E | FF | 57 | 3F | 0 | 0 | E0 | 64 | 38 |
| Octal | 41 | 136 | 377 | 127 | 77 | 0 | 0 | 340 | 144 | 70 |
| Binary | 100001 | 1011110 | 11111111 | 1010111 | 111111 | 0 | 0 | 11100000 | 1100100 | 111000 |
Color Harmonies of #215EFF
Complementary color
Monochromatic Colors of #215EFF
Black with #215EFF
Text Example
Text Example
White with #215EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215EFF; }
p { color: rgb(33,94,255); }
H1.HeaderClassName
{
color: #215EFF;
}
.AnyTagClassName
{
color: #215EFF;
}
</style>
background-color css
<style>
a { background-color: #215EFF; }
a { background-color: rgb(33,94,255); }
div.DivClassName
{
background-color: #215EFF;
}
.BgClassName
{
background-color: #215EFF;
}
</style>
border-color css
<style>
span { border-color: #215EFF; }
span { border-color: rgb(33,94,255); }
td.TdClassName
{
border-color: #215EFF;
}
.TagClassName
{
border-color: #215EFF;
}
</style>