Shades of Royal Blue #205BEB
Tints of Royal Blue #205BEB
RGB
CMYK
RGB Variations
Color information
#205BEB (or 0x205BEB) is known color: Royal Blue. HEX triplet: 20, 5B and EB. RGB value is (32,91,235). Sum of RGB (Red+Green+Blue) = 32+91+235=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #205BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205BEB is #DFA414. Grayscale: #595959. Windows color (decimal): -14656533 or 15424288. OLE color: 15424288.
HSL color Cylindrical-coordinate representation of color #205BEB: hue angle of 222.56º degrees, saturation: 0.84, 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 #205BEB is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 91 | 235 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.08 |
| HSL | 222.56º | 0.84% | 0.52% | - |
| HSV(B) | 222.56º | 0.86% | 0.92% | - |
| XYZ | 19.33 | 13.79 | 80.24 | - |
| YUV | 89.78 | 209.95 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 235 | 0.86 | 0.61 | 0 | 0.08 | 222.56 | 0.84 | 0.52 |
| Hex | 20 | 5B | EB | 56 | 3D | 0 | 8 | DF | 54 | 34 |
| Octal | 40 | 133 | 353 | 126 | 75 | 0 | 10 | 337 | 124 | 64 |
| Binary | 100000 | 1011011 | 11101011 | 1010110 | 111101 | 0 | 1000 | 11011111 | 1010100 | 110100 |
Color Harmonies of #205BEB
Complementary color
Monochromatic Colors of #205BEB
Black with #205BEB
Text Example
Text Example
White with #205BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205BEB; }
p { color: rgb(32,91,235); }
H1.HeaderClassName
{
color: #205BEB;
}
.AnyTagClassName
{
color: #205BEB;
}
</style>
background-color css
<style>
a { background-color: #205BEB; }
a { background-color: rgb(32,91,235); }
div.DivClassName
{
background-color: #205BEB;
}
.BgClassName
{
background-color: #205BEB;
}
</style>
border-color css
<style>
span { border-color: #205BEB; }
span { border-color: rgb(32,91,235); }
td.TdClassName
{
border-color: #205BEB;
}
.TagClassName
{
border-color: #205BEB;
}
</style>