Shades of Royal Blue #215BEF
Tints of Royal Blue #215BEF
RGB
CMYK
RGB Variations
Color information
#215BEF (or 0x215BEF) is known color: Royal Blue. HEX triplet: 21, 5B and EF. RGB value is (33,91,239). Sum of RGB (Red+Green+Blue) = 33+91+239=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #215BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215BEF is #DEA410. Grayscale: #595959. Windows color (decimal): -14590993 or 15686433. OLE color: 15686433.
HSL color Cylindrical-coordinate representation of color #215BEF: hue angle of 223.11º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #215BEF is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 91 | 239 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.06 |
| HSL | 223.11º | 0.87% | 0.53% | - |
| HSV(B) | 223.11º | 0.86% | 0.94% | - |
| XYZ | 19.95 | 14.04 | 83.32 | - |
| YUV | 90.53 | 211.78 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 239 | 0.86 | 0.62 | 0 | 0.06 | 223.11 | 0.87 | 0.53 |
| Hex | 21 | 5B | EF | 56 | 3E | 0 | 6 | DF | 57 | 35 |
| Octal | 41 | 133 | 357 | 126 | 76 | 0 | 6 | 337 | 127 | 65 |
| Binary | 100001 | 1011011 | 11101111 | 1010110 | 111110 | 0 | 110 | 11011111 | 1010111 | 110101 |
Color Harmonies of #215BEF
Complementary color
Monochromatic Colors of #215BEF
Black with #215BEF
Text Example
Text Example
White with #215BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215BEF; }
p { color: rgb(33,91,239); }
H1.HeaderClassName
{
color: #215BEF;
}
.AnyTagClassName
{
color: #215BEF;
}
</style>
background-color css
<style>
a { background-color: #215BEF; }
a { background-color: rgb(33,91,239); }
div.DivClassName
{
background-color: #215BEF;
}
.BgClassName
{
background-color: #215BEF;
}
</style>
border-color css
<style>
span { border-color: #215BEF; }
span { border-color: rgb(33,91,239); }
td.TdClassName
{
border-color: #215BEF;
}
.TagClassName
{
border-color: #215BEF;
}
</style>