Shades of Royal Blue #205FED
Tints of Royal Blue #205FED
RGB
CMYK
RGB Variations
Color information
#205FED (or 0x205FED) is known color: Royal Blue. HEX triplet: 20, 5F and ED. RGB value is (32,95,237). Sum of RGB (Red+Green+Blue) = 32+95+237=364 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.79% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #205FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205FED is #DFA012. Grayscale: #5B5B5B. Windows color (decimal): -14655507 or 15556384. OLE color: 15556384.
HSL color Cylindrical-coordinate representation of color #205FED: hue angle of 221.56º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #205FED is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 95 | 237 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.07 |
| HSL | 221.56º | 0.85% | 0.53% | - |
| HSV(B) | 221.56º | 0.86% | 0.93% | - |
| XYZ | 19.97 | 14.61 | 81.89 | - |
| YUV | 92.35 | 209.63 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 237 | 0.86 | 0.60 | 0 | 0.07 | 221.56 | 0.85 | 0.53 |
| Hex | 20 | 5F | ED | 56 | 3C | 0 | 7 | DE | 55 | 35 |
| Octal | 40 | 137 | 355 | 126 | 74 | 0 | 7 | 336 | 125 | 65 |
| Binary | 100000 | 1011111 | 11101101 | 1010110 | 111100 | 0 | 111 | 11011110 | 1010101 | 110101 |
Color Harmonies of #205FED
Complementary color
Monochromatic Colors of #205FED
Black with #205FED
Text Example
Text Example
White with #205FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205FED; }
p { color: rgb(32,95,237); }
H1.HeaderClassName
{
color: #205FED;
}
.AnyTagClassName
{
color: #205FED;
}
</style>
background-color css
<style>
a { background-color: #205FED; }
a { background-color: rgb(32,95,237); }
div.DivClassName
{
background-color: #205FED;
}
.BgClassName
{
background-color: #205FED;
}
</style>
border-color css
<style>
span { border-color: #205FED; }
span { border-color: rgb(32,95,237); }
td.TdClassName
{
border-color: #205FED;
}
.TagClassName
{
border-color: #205FED;
}
</style>