Shades of Royal Blue #205DED
Tints of Royal Blue #205DED
RGB
CMYK
RGB Variations
Color information
#205DED (or 0x205DED) is known color: Royal Blue. HEX triplet: 20, 5D and ED. RGB value is (32,93,237). Sum of RGB (Red+Green+Blue) = 32+93+237=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #205DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205DED is #DFA212. Grayscale: #5A5A5A. Windows color (decimal): -14656019 or 15555872. OLE color: 15555872.
HSL color Cylindrical-coordinate representation of color #205DED: hue angle of 222.15º 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 #205DED is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 93 | 237 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.07 |
| HSL | 222.15º | 0.85% | 0.53% | - |
| HSV(B) | 222.15º | 0.86% | 0.93% | - |
| XYZ | 19.8 | 14.25 | 81.83 | - |
| YUV | 91.18 | 210.29 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 237 | 0.86 | 0.61 | 0 | 0.07 | 222.15 | 0.85 | 0.53 |
| Hex | 20 | 5D | ED | 56 | 3D | 0 | 7 | DE | 55 | 35 |
| Octal | 40 | 135 | 355 | 126 | 75 | 0 | 7 | 336 | 125 | 65 |
| Binary | 100000 | 1011101 | 11101101 | 1010110 | 111101 | 0 | 111 | 11011110 | 1010101 | 110101 |
Color Harmonies of #205DED
Complementary color
Monochromatic Colors of #205DED
Black with #205DED
Text Example
Text Example
White with #205DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205DED; }
p { color: rgb(32,93,237); }
H1.HeaderClassName
{
color: #205DED;
}
.AnyTagClassName
{
color: #205DED;
}
</style>
background-color css
<style>
a { background-color: #205DED; }
a { background-color: rgb(32,93,237); }
div.DivClassName
{
background-color: #205DED;
}
.BgClassName
{
background-color: #205DED;
}
</style>
border-color css
<style>
span { border-color: #205DED; }
span { border-color: rgb(32,93,237); }
td.TdClassName
{
border-color: #205DED;
}
.TagClassName
{
border-color: #205DED;
}
</style>