Shades of Royal Blue #205DF6
Tints of Royal Blue #205DF6
RGB
CMYK
RGB Variations
Color information
#205DF6 (or 0x205DF6) is known color: Royal Blue. HEX triplet: 20, 5D and F6. RGB value is (32,93,246). Sum of RGB (Red+Green+Blue) = 32+93+246=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 246 (96.48% from 255 or 66.31% from 371); Max value from RGB is 246 - color contains mainly: blue. Hex color #205DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205DF6 is #DFA209. Grayscale: #5B5B5B. Windows color (decimal): -14656010 or 16145696. OLE color: 16145696.
HSL color Cylindrical-coordinate representation of color #205DF6: hue angle of 222.9º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #205DF6 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 93 | 246 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.04 |
| HSL | 222.9º | 0.92% | 0.55% | - |
| HSV(B) | 222.9º | 0.87% | 0.96% | - |
| XYZ | 21.14 | 14.79 | 88.93 | - |
| YUV | 92.2 | 214.79 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 246 | 0.87 | 0.62 | 0 | 0.04 | 222.9 | 0.92 | 0.55 |
| Hex | 20 | 5D | F6 | 57 | 3E | 0 | 4 | DF | 5C | 37 |
| Octal | 40 | 135 | 366 | 127 | 76 | 0 | 4 | 337 | 134 | 67 |
| Binary | 100000 | 1011101 | 11110110 | 1010111 | 111110 | 0 | 100 | 11011111 | 1011100 | 110111 |
Color Harmonies of #205DF6
Complementary color
Monochromatic Colors of #205DF6
Black with #205DF6
Text Example
Text Example
White with #205DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205DF6; }
p { color: rgb(32,93,246); }
H1.HeaderClassName
{
color: #205DF6;
}
.AnyTagClassName
{
color: #205DF6;
}
</style>
background-color css
<style>
a { background-color: #205DF6; }
a { background-color: rgb(32,93,246); }
div.DivClassName
{
background-color: #205DF6;
}
.BgClassName
{
background-color: #205DF6;
}
</style>
border-color css
<style>
span { border-color: #205DF6; }
span { border-color: rgb(32,93,246); }
td.TdClassName
{
border-color: #205DF6;
}
.TagClassName
{
border-color: #205DF6;
}
</style>