Shades of Royal Blue #205EDF
Tints of Royal Blue #205EDF
RGB
CMYK
RGB Variations
Color information
#205EDF (or 0x205EDF) is known color: Royal Blue. HEX triplet: 20, 5E and DF. RGB value is (32,94,223). Sum of RGB (Red+Green+Blue) = 32+94+223=349 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.17% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #205EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205EDF is #DFA120. Grayscale: #595959. Windows color (decimal): -14655777 or 14638624. OLE color: 14638624.
HSL color Cylindrical-coordinate representation of color #205EDF: hue angle of 220.52º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #205EDF is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 94 | 223 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.13 |
| HSL | 220.52º | 0.75% | 0.5% | - |
| HSV(B) | 220.52º | 0.86% | 0.87% | - |
| XYZ | 17.92 | 13.64 | 71.5 | - |
| YUV | 90.17 | 202.96 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 223 | 0.86 | 0.58 | 0 | 0.13 | 220.52 | 0.75 | 0.5 |
| Hex | 20 | 5E | DF | 56 | 3A | 0 | D | DD | 4B | 32 |
| Octal | 40 | 136 | 337 | 126 | 72 | 0 | 15 | 335 | 113 | 62 |
| Binary | 100000 | 1011110 | 11011111 | 1010110 | 111010 | 0 | 1101 | 11011101 | 1001011 | 110010 |
Color Harmonies of #205EDF
Complementary color
Monochromatic Colors of #205EDF
Black with #205EDF
Text Example
Text Example
White with #205EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205EDF; }
p { color: rgb(32,94,223); }
H1.HeaderClassName
{
color: #205EDF;
}
.AnyTagClassName
{
color: #205EDF;
}
</style>
background-color css
<style>
a { background-color: #205EDF; }
a { background-color: rgb(32,94,223); }
div.DivClassName
{
background-color: #205EDF;
}
.BgClassName
{
background-color: #205EDF;
}
</style>
border-color css
<style>
span { border-color: #205EDF; }
span { border-color: rgb(32,94,223); }
td.TdClassName
{
border-color: #205EDF;
}
.TagClassName
{
border-color: #205EDF;
}
</style>