Shades of Royal Blue #215CED
Tints of Royal Blue #215CED
RGB
CMYK
RGB Variations
Color information
#215CED (or 0x215CED) is known color: Royal Blue. HEX triplet: 21, 5C and ED. RGB value is (33,92,237). Sum of RGB (Red+Green+Blue) = 33+92+237=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #215CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215CED is #DEA312. Grayscale: #5A5A5A. Windows color (decimal): -14590739 or 15555617. OLE color: 15555617.
HSL color Cylindrical-coordinate representation of color #215CED: hue angle of 222.65º degrees, saturation: 0.85, 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 #215CED is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 92 | 237 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.07 |
| HSL | 222.65º | 0.85% | 0.53% | - |
| HSV(B) | 222.65º | 0.86% | 0.93% | - |
| XYZ | 19.74 | 14.09 | 81.8 | - |
| YUV | 90.89 | 210.45 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 237 | 0.86 | 0.61 | 0 | 0.07 | 222.65 | 0.85 | 0.53 |
| Hex | 21 | 5C | ED | 56 | 3D | 0 | 7 | DF | 55 | 35 |
| Octal | 41 | 134 | 355 | 126 | 75 | 0 | 7 | 337 | 125 | 65 |
| Binary | 100001 | 1011100 | 11101101 | 1010110 | 111101 | 0 | 111 | 11011111 | 1010101 | 110101 |
Color Harmonies of #215CED
Complementary color
Monochromatic Colors of #215CED
Black with #215CED
Text Example
Text Example
White with #215CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215CED; }
p { color: rgb(33,92,237); }
H1.HeaderClassName
{
color: #215CED;
}
.AnyTagClassName
{
color: #215CED;
}
</style>
background-color css
<style>
a { background-color: #215CED; }
a { background-color: rgb(33,92,237); }
div.DivClassName
{
background-color: #215CED;
}
.BgClassName
{
background-color: #215CED;
}
</style>
border-color css
<style>
span { border-color: #215CED; }
span { border-color: rgb(33,92,237); }
td.TdClassName
{
border-color: #215CED;
}
.TagClassName
{
border-color: #215CED;
}
</style>