Shades of Royal Blue #206DEC
Tints of Royal Blue #206DEC
RGB
CMYK
RGB Variations
Color information
#206DEC (or 0x206DEC) is known color: Royal Blue. HEX triplet: 20, 6D and EC. RGB value is (32,109,236). Sum of RGB (Red+Green+Blue) = 32+109+236=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #206DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206DEC is #DF9213. Grayscale: #636363. Windows color (decimal): -14651924 or 15494432. OLE color: 15494432.
HSL color Cylindrical-coordinate representation of color #206DEC: hue angle of 217.35º degrees, saturation: 0.84, 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 #206DEC is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 109 | 236 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.07 |
| HSL | 217.35º | 0.84% | 0.53% | - |
| HSV(B) | 217.35º | 0.86% | 0.93% | - |
| XYZ | 21.2 | 17.3 | 81.58 | - |
| YUV | 100.46 | 204.49 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 236 | 0.86 | 0.54 | 0 | 0.07 | 217.35 | 0.84 | 0.53 |
| Hex | 20 | 6D | EC | 56 | 36 | 0 | 7 | D9 | 54 | 35 |
| Octal | 40 | 155 | 354 | 126 | 66 | 0 | 7 | 331 | 124 | 65 |
| Binary | 100000 | 1101101 | 11101100 | 1010110 | 110110 | 0 | 111 | 11011001 | 1010100 | 110101 |
Color Harmonies of #206DEC
Complementary color
Monochromatic Colors of #206DEC
Black with #206DEC
Text Example
Text Example
White with #206DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206DEC; }
p { color: rgb(32,109,236); }
H1.HeaderClassName
{
color: #206DEC;
}
.AnyTagClassName
{
color: #206DEC;
}
</style>
background-color css
<style>
a { background-color: #206DEC; }
a { background-color: rgb(32,109,236); }
div.DivClassName
{
background-color: #206DEC;
}
.BgClassName
{
background-color: #206DEC;
}
</style>
border-color css
<style>
span { border-color: #206DEC; }
span { border-color: rgb(32,109,236); }
td.TdClassName
{
border-color: #206DEC;
}
.TagClassName
{
border-color: #206DEC;
}
</style>