Shades of Royal Blue #215AF8
Tints of Royal Blue #215AF8
RGB
CMYK
RGB Variations
Color information
#215AF8 (or 0x215AF8) is known color: Royal Blue. HEX triplet: 21, 5A and F8. RGB value is (33,90,248). Sum of RGB (Red+Green+Blue) = 33+90+248=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 248 (97.27% from 255 or 66.85% from 371); Max value from RGB is 248 - color contains mainly: blue. Hex color #215AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215AF8 is #DEA507. Grayscale: #5A5A5A. Windows color (decimal): -14591240 or 16276001. OLE color: 16276001.
HSL color Cylindrical-coordinate representation of color #215AF8: hue angle of 224.09º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #215AF8 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 33 | 90 | 248 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.03 |
| HSL | 224.09º | 0.94% | 0.55% | - |
| HSV(B) | 224.09º | 0.87% | 0.97% | - |
| XYZ | 21.23 | 14.41 | 90.47 | - |
| YUV | 90.97 | 216.62 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 248 | 0.87 | 0.64 | 0 | 0.03 | 224.09 | 0.94 | 0.55 |
| Hex | 21 | 5A | F8 | 57 | 40 | 0 | 3 | E0 | 5E | 37 |
| Octal | 41 | 132 | 370 | 127 | 100 | 0 | 3 | 340 | 136 | 67 |
| Binary | 100001 | 1011010 | 11111000 | 1010111 | 1000000 | 0 | 11 | 11100000 | 1011110 | 110111 |
Color Harmonies of #215AF8
Complementary color
Monochromatic Colors of #215AF8
Black with #215AF8
Text Example
Text Example
White with #215AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215AF8; }
p { color: rgb(33,90,248); }
H1.HeaderClassName
{
color: #215AF8;
}
.AnyTagClassName
{
color: #215AF8;
}
</style>
background-color css
<style>
a { background-color: #215AF8; }
a { background-color: rgb(33,90,248); }
div.DivClassName
{
background-color: #215AF8;
}
.BgClassName
{
background-color: #215AF8;
}
</style>
border-color css
<style>
span { border-color: #215AF8; }
span { border-color: rgb(33,90,248); }
td.TdClassName
{
border-color: #215AF8;
}
.TagClassName
{
border-color: #215AF8;
}
</style>