Shades of Royal Blue #205CED
Tints of Royal Blue #205CED
RGB
CMYK
RGB Variations
Color information
#205CED (or 0x205CED) is known color: Royal Blue. HEX triplet: 20, 5C and ED. RGB value is (32,92,237). Sum of RGB (Red+Green+Blue) = 32+92+237=361 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.86% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #205CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205CED is #DFA312. Grayscale: #595959. Windows color (decimal): -14656275 or 15555616. OLE color: 15555616.
HSL color Cylindrical-coordinate representation of color #205CED: hue angle of 222.44º 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 #205CED is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 92 | 237 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.07 |
| HSL | 222.44º | 0.85% | 0.53% | - |
| HSV(B) | 222.44º | 0.86% | 0.93% | - |
| XYZ | 19.71 | 14.08 | 81.8 | - |
| YUV | 90.59 | 210.62 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 237 | 0.86 | 0.61 | 0 | 0.07 | 222.44 | 0.85 | 0.53 |
| Hex | 20 | 5C | ED | 56 | 3D | 0 | 7 | DE | 55 | 35 |
| Octal | 40 | 134 | 355 | 126 | 75 | 0 | 7 | 336 | 125 | 65 |
| Binary | 100000 | 1011100 | 11101101 | 1010110 | 111101 | 0 | 111 | 11011110 | 1010101 | 110101 |
Color Harmonies of #205CED
Complementary color
Monochromatic Colors of #205CED
Black with #205CED
Text Example
Text Example
White with #205CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205CED; }
p { color: rgb(32,92,237); }
H1.HeaderClassName
{
color: #205CED;
}
.AnyTagClassName
{
color: #205CED;
}
</style>
background-color css
<style>
a { background-color: #205CED; }
a { background-color: rgb(32,92,237); }
div.DivClassName
{
background-color: #205CED;
}
.BgClassName
{
background-color: #205CED;
}
</style>
border-color css
<style>
span { border-color: #205CED; }
span { border-color: rgb(32,92,237); }
td.TdClassName
{
border-color: #205CED;
}
.TagClassName
{
border-color: #205CED;
}
</style>