Shades of Royal Blue #215BEA
Tints of Royal Blue #215BEA
RGB
CMYK
RGB Variations
Color information
#215BEA (or 0x215BEA) is known color: Royal Blue. HEX triplet: 21, 5B and EA. RGB value is (33,91,234). Sum of RGB (Red+Green+Blue) = 33+91+234=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #215BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215BEA is #DEA415. Grayscale: #595959. Windows color (decimal): -14590998 or 15358753. OLE color: 15358753.
HSL color Cylindrical-coordinate representation of color #215BEA: hue angle of 222.69º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #215BEA is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 91 | 234 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.08 |
| HSL | 222.69º | 0.83% | 0.52% | - |
| HSV(B) | 222.69º | 0.86% | 0.92% | - |
| XYZ | 19.22 | 13.75 | 79.48 | - |
| YUV | 89.96 | 209.28 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 234 | 0.86 | 0.61 | 0 | 0.08 | 222.69 | 0.83 | 0.52 |
| Hex | 21 | 5B | EA | 56 | 3D | 0 | 8 | DF | 53 | 34 |
| Octal | 41 | 133 | 352 | 126 | 75 | 0 | 10 | 337 | 123 | 64 |
| Binary | 100001 | 1011011 | 11101010 | 1010110 | 111101 | 0 | 1000 | 11011111 | 1010011 | 110100 |
Color Harmonies of #215BEA
Complementary color
Monochromatic Colors of #215BEA
Black with #215BEA
Text Example
Text Example
White with #215BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215BEA; }
p { color: rgb(33,91,234); }
H1.HeaderClassName
{
color: #215BEA;
}
.AnyTagClassName
{
color: #215BEA;
}
</style>
background-color css
<style>
a { background-color: #215BEA; }
a { background-color: rgb(33,91,234); }
div.DivClassName
{
background-color: #215BEA;
}
.BgClassName
{
background-color: #215BEA;
}
</style>
border-color css
<style>
span { border-color: #215BEA; }
span { border-color: rgb(33,91,234); }
td.TdClassName
{
border-color: #215BEA;
}
.TagClassName
{
border-color: #215BEA;
}
</style>