Shades of Royal Blue #215BFA
Tints of Royal Blue #215BFA
RGB
CMYK
RGB Variations
Color information
#215BFA (or 0x215BFA) is known color: Royal Blue. HEX triplet: 21, 5B and FA. RGB value is (33,91,250). Sum of RGB (Red+Green+Blue) = 33+91+250=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #215BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215BFA is #DEA405. Grayscale: #5B5B5B. Windows color (decimal): -14590982 or 16407329. OLE color: 16407329.
HSL color Cylindrical-coordinate representation of color #215BFA: hue angle of 223.96º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #215BFA is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 91 | 250 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.02 |
| HSL | 223.96º | 0.96% | 0.55% | - |
| HSV(B) | 223.96º | 0.87% | 0.98% | - |
| XYZ | 21.62 | 14.71 | 92.14 | - |
| YUV | 91.78 | 217.28 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 250 | 0.87 | 0.64 | 0 | 0.02 | 223.96 | 0.96 | 0.55 |
| Hex | 21 | 5B | FA | 57 | 40 | 0 | 2 | E0 | 60 | 37 |
| Octal | 41 | 133 | 372 | 127 | 100 | 0 | 2 | 340 | 140 | 67 |
| Binary | 100001 | 1011011 | 11111010 | 1010111 | 1000000 | 0 | 10 | 11100000 | 1100000 | 110111 |
Color Harmonies of #215BFA
Complementary color
Monochromatic Colors of #215BFA
Black with #215BFA
Text Example
Text Example
White with #215BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215BFA; }
p { color: rgb(33,91,250); }
H1.HeaderClassName
{
color: #215BFA;
}
.AnyTagClassName
{
color: #215BFA;
}
</style>
background-color css
<style>
a { background-color: #215BFA; }
a { background-color: rgb(33,91,250); }
div.DivClassName
{
background-color: #215BFA;
}
.BgClassName
{
background-color: #215BFA;
}
</style>
border-color css
<style>
span { border-color: #215BFA; }
span { border-color: rgb(33,91,250); }
td.TdClassName
{
border-color: #215BFA;
}
.TagClassName
{
border-color: #215BFA;
}
</style>