Shades of Royal Blue #215DFE
Tints of Royal Blue #215DFE
RGB
CMYK
RGB Variations
Color information
#215DFE (or 0x215DFE) is known color: Royal Blue. HEX triplet: 21, 5D and FE. RGB value is (33,93,254). Sum of RGB (Red+Green+Blue) = 33+93+254=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #215DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215DFE is #DEA201. Grayscale: #5C5C5C. Windows color (decimal): -14590466 or 16669985. OLE color: 16669985.
HSL color Cylindrical-coordinate representation of color #215DFE: hue angle of 223.71º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #215DFE is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 93 | 254 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.00 |
| HSL | 223.71º | 0.99% | 0.56% | - |
| HSV(B) | 223.71º | 0.87% | 1% | - |
| XYZ | 22.43 | 15.31 | 95.54 | - |
| YUV | 93.41 | 218.62 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 254 | 0.87 | 0.63 | 0 | 0.00 | 223.71 | 0.99 | 0.56 |
| Hex | 21 | 5D | FE | 57 | 3F | 0 | 0 | E0 | 63 | 38 |
| Octal | 41 | 135 | 376 | 127 | 77 | 0 | 0 | 340 | 143 | 70 |
| Binary | 100001 | 1011101 | 11111110 | 1010111 | 111111 | 0 | 0 | 11100000 | 1100011 | 111000 |
Color Harmonies of #215DFE
Complementary color
Monochromatic Colors of #215DFE
Black with #215DFE
Text Example
Text Example
White with #215DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215DFE; }
p { color: rgb(33,93,254); }
H1.HeaderClassName
{
color: #215DFE;
}
.AnyTagClassName
{
color: #215DFE;
}
</style>
background-color css
<style>
a { background-color: #215DFE; }
a { background-color: rgb(33,93,254); }
div.DivClassName
{
background-color: #215DFE;
}
.BgClassName
{
background-color: #215DFE;
}
</style>
border-color css
<style>
span { border-color: #215DFE; }
span { border-color: rgb(33,93,254); }
td.TdClassName
{
border-color: #215DFE;
}
.TagClassName
{
border-color: #215DFE;
}
</style>