Shades of Royal Blue #206FEC
Tints of Royal Blue #206FEC
RGB
CMYK
RGB Variations
Color information
#206FEC (or 0x206FEC) is known color: Royal Blue. HEX triplet: 20, 6F and EC. RGB value is (32,111,236). Sum of RGB (Red+Green+Blue) = 32+111+236=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #206FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206FEC is #DF9013. Grayscale: #656565. Windows color (decimal): -14651412 or 15494944. OLE color: 15494944.
HSL color Cylindrical-coordinate representation of color #206FEC: hue angle of 216.76º 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 #206FEC is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 111 | 236 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.07 |
| HSL | 216.76º | 0.84% | 0.53% | - |
| HSV(B) | 216.76º | 0.86% | 0.93% | - |
| XYZ | 21.42 | 17.73 | 81.65 | - |
| YUV | 101.63 | 203.83 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 236 | 0.86 | 0.53 | 0 | 0.07 | 216.76 | 0.84 | 0.53 |
| Hex | 20 | 6F | EC | 56 | 35 | 0 | 7 | D9 | 54 | 35 |
| Octal | 40 | 157 | 354 | 126 | 65 | 0 | 7 | 331 | 124 | 65 |
| Binary | 100000 | 1101111 | 11101100 | 1010110 | 110101 | 0 | 111 | 11011001 | 1010100 | 110101 |
Color Harmonies of #206FEC
Complementary color
Monochromatic Colors of #206FEC
Black with #206FEC
Text Example
Text Example
White with #206FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206FEC; }
p { color: rgb(32,111,236); }
H1.HeaderClassName
{
color: #206FEC;
}
.AnyTagClassName
{
color: #206FEC;
}
</style>
background-color css
<style>
a { background-color: #206FEC; }
a { background-color: rgb(32,111,236); }
div.DivClassName
{
background-color: #206FEC;
}
.BgClassName
{
background-color: #206FEC;
}
</style>
border-color css
<style>
span { border-color: #206FEC; }
span { border-color: rgb(32,111,236); }
td.TdClassName
{
border-color: #206FEC;
}
.TagClassName
{
border-color: #206FEC;
}
</style>