Shades of Royal Blue #205CE4
Tints of Royal Blue #205CE4
RGB
CMYK
RGB Variations
Color information
#205CE4 (or 0x205CE4) is known color: Royal Blue. HEX triplet: 20, 5C and E4. RGB value is (32,92,228). Sum of RGB (Red+Green+Blue) = 32+92+228=352 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.09% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 228 (89.45% from 255 or 64.77% from 352); Max value from RGB is 228 - color contains mainly: blue. Hex color #205CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205CE4 is #DFA31B. Grayscale: #585858. Windows color (decimal): -14656284 or 14965792. OLE color: 14965792.
HSL color Cylindrical-coordinate representation of color #205CE4: hue angle of 221.63º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #205CE4 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 92 | 228 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.11 |
| HSL | 221.63º | 0.78% | 0.51% | - |
| HSV(B) | 221.63º | 0.86% | 0.89% | - |
| XYZ | 18.43 | 13.56 | 75.05 | - |
| YUV | 89.56 | 206.12 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 228 | 0.86 | 0.60 | 0 | 0.11 | 221.63 | 0.78 | 0.51 |
| Hex | 20 | 5C | E4 | 56 | 3C | 0 | B | DE | 4E | 33 |
| Octal | 40 | 134 | 344 | 126 | 74 | 0 | 13 | 336 | 116 | 63 |
| Binary | 100000 | 1011100 | 11100100 | 1010110 | 111100 | 0 | 1011 | 11011110 | 1001110 | 110011 |
Color Harmonies of #205CE4
Complementary color
Monochromatic Colors of #205CE4
Black with #205CE4
Text Example
Text Example
White with #205CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205CE4; }
p { color: rgb(32,92,228); }
H1.HeaderClassName
{
color: #205CE4;
}
.AnyTagClassName
{
color: #205CE4;
}
</style>
background-color css
<style>
a { background-color: #205CE4; }
a { background-color: rgb(32,92,228); }
div.DivClassName
{
background-color: #205CE4;
}
.BgClassName
{
background-color: #205CE4;
}
</style>
border-color css
<style>
span { border-color: #205CE4; }
span { border-color: rgb(32,92,228); }
td.TdClassName
{
border-color: #205CE4;
}
.TagClassName
{
border-color: #205CE4;
}
</style>