Shades of Royal Blue #205CEF
Tints of Royal Blue #205CEF
RGB
CMYK
RGB Variations
Color information
#205CEF (or 0x205CEF) is known color: Royal Blue. HEX triplet: 20, 5C and EF. RGB value is (32,92,239). Sum of RGB (Red+Green+Blue) = 32+92+239=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #205CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205CEF is #DFA310. Grayscale: #5A5A5A. Windows color (decimal): -14656273 or 15686688. OLE color: 15686688.
HSL color Cylindrical-coordinate representation of color #205CEF: hue angle of 222.61º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #205CEF is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 92 | 239 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.06 |
| HSL | 222.61º | 0.87% | 0.53% | - |
| HSV(B) | 222.61º | 0.87% | 0.94% | - |
| XYZ | 20 | 14.19 | 83.35 | - |
| YUV | 90.82 | 211.62 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 239 | 0.87 | 0.62 | 0 | 0.06 | 222.61 | 0.87 | 0.53 |
| Hex | 20 | 5C | EF | 57 | 3E | 0 | 6 | DF | 57 | 35 |
| Octal | 40 | 134 | 357 | 127 | 76 | 0 | 6 | 337 | 127 | 65 |
| Binary | 100000 | 1011100 | 11101111 | 1010111 | 111110 | 0 | 110 | 11011111 | 1010111 | 110101 |
Color Harmonies of #205CEF
Complementary color
Monochromatic Colors of #205CEF
Black with #205CEF
Text Example
Text Example
White with #205CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205CEF; }
p { color: rgb(32,92,239); }
H1.HeaderClassName
{
color: #205CEF;
}
.AnyTagClassName
{
color: #205CEF;
}
</style>
background-color css
<style>
a { background-color: #205CEF; }
a { background-color: rgb(32,92,239); }
div.DivClassName
{
background-color: #205CEF;
}
.BgClassName
{
background-color: #205CEF;
}
</style>
border-color css
<style>
span { border-color: #205CEF; }
span { border-color: rgb(32,92,239); }
td.TdClassName
{
border-color: #205CEF;
}
.TagClassName
{
border-color: #205CEF;
}
</style>