Shades of Royal Blue #205BFB
Tints of Royal Blue #205BFB
RGB
CMYK
RGB Variations
Color information
#205BFB (or 0x205BFB) is known color: Royal Blue. HEX triplet: 20, 5B and FB. RGB value is (32,91,251). Sum of RGB (Red+Green+Blue) = 32+91+251=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #205BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205BFB is #DFA404. Grayscale: #5A5A5A. Windows color (decimal): -14656517 or 16472864. OLE color: 16472864.
HSL color Cylindrical-coordinate representation of color #205BFB: hue angle of 223.84º 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 #205BFB is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 91 | 251 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.02 |
| HSL | 223.84º | 0.96% | 0.55% | - |
| HSV(B) | 223.84º | 0.87% | 0.98% | - |
| XYZ | 21.75 | 14.75 | 92.97 | - |
| YUV | 91.6 | 217.95 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 251 | 0.87 | 0.64 | 0 | 0.02 | 223.84 | 0.96 | 0.55 |
| Hex | 20 | 5B | FB | 57 | 40 | 0 | 2 | E0 | 60 | 37 |
| Octal | 40 | 133 | 373 | 127 | 100 | 0 | 2 | 340 | 140 | 67 |
| Binary | 100000 | 1011011 | 11111011 | 1010111 | 1000000 | 0 | 10 | 11100000 | 1100000 | 110111 |
Color Harmonies of #205BFB
Complementary color
Monochromatic Colors of #205BFB
Black with #205BFB
Text Example
Text Example
White with #205BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205BFB; }
p { color: rgb(32,91,251); }
H1.HeaderClassName
{
color: #205BFB;
}
.AnyTagClassName
{
color: #205BFB;
}
</style>
background-color css
<style>
a { background-color: #205BFB; }
a { background-color: rgb(32,91,251); }
div.DivClassName
{
background-color: #205BFB;
}
.BgClassName
{
background-color: #205BFB;
}
</style>
border-color css
<style>
span { border-color: #205BFB; }
span { border-color: rgb(32,91,251); }
td.TdClassName
{
border-color: #205BFB;
}
.TagClassName
{
border-color: #205BFB;
}
</style>