Shades of Royal Blue #206BEC
Tints of Royal Blue #206BEC
RGB
CMYK
RGB Variations
Color information
#206BEC (or 0x206BEC) is known color: Royal Blue. HEX triplet: 20, 6B and EC. RGB value is (32,107,236). Sum of RGB (Red+Green+Blue) = 32+107+236=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #206BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206BEC is #DF9413. Grayscale: #626262. Windows color (decimal): -14652436 or 15493920. OLE color: 15493920.
HSL color Cylindrical-coordinate representation of color #206BEC: hue angle of 217.94º 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 #206BEC is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 107 | 236 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.07 |
| HSL | 217.94º | 0.84% | 0.53% | - |
| HSV(B) | 217.94º | 0.86% | 0.93% | - |
| XYZ | 20.99 | 16.88 | 81.51 | - |
| YUV | 99.28 | 205.15 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 236 | 0.86 | 0.55 | 0 | 0.07 | 217.94 | 0.84 | 0.53 |
| Hex | 20 | 6B | EC | 56 | 37 | 0 | 7 | DA | 54 | 35 |
| Octal | 40 | 153 | 354 | 126 | 67 | 0 | 7 | 332 | 124 | 65 |
| Binary | 100000 | 1101011 | 11101100 | 1010110 | 110111 | 0 | 111 | 11011010 | 1010100 | 110101 |
Color Harmonies of #206BEC
Complementary color
Monochromatic Colors of #206BEC
Black with #206BEC
Text Example
Text Example
White with #206BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206BEC; }
p { color: rgb(32,107,236); }
H1.HeaderClassName
{
color: #206BEC;
}
.AnyTagClassName
{
color: #206BEC;
}
</style>
background-color css
<style>
a { background-color: #206BEC; }
a { background-color: rgb(32,107,236); }
div.DivClassName
{
background-color: #206BEC;
}
.BgClassName
{
background-color: #206BEC;
}
</style>
border-color css
<style>
span { border-color: #206BEC; }
span { border-color: rgb(32,107,236); }
td.TdClassName
{
border-color: #206BEC;
}
.TagClassName
{
border-color: #206BEC;
}
</style>