Shades of Royal Blue #206CEB
Tints of Royal Blue #206CEB
RGB
CMYK
RGB Variations
Color information
#206CEB (or 0x206CEB) is known color: Royal Blue. HEX triplet: 20, 6C and EB. RGB value is (32,108,235). Sum of RGB (Red+Green+Blue) = 32+108+235=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #206CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206CEB is #DF9314. Grayscale: #636363. Windows color (decimal): -14652181 or 15428640. OLE color: 15428640.
HSL color Cylindrical-coordinate representation of color #206CEB: hue angle of 217.54º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #206CEB is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 108 | 235 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.08 |
| HSL | 217.54º | 0.84% | 0.52% | - |
| HSV(B) | 217.54º | 0.86% | 0.92% | - |
| XYZ | 20.95 | 17.03 | 80.78 | - |
| YUV | 99.75 | 204.32 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 235 | 0.86 | 0.54 | 0 | 0.08 | 217.54 | 0.84 | 0.52 |
| Hex | 20 | 6C | EB | 56 | 36 | 0 | 8 | DA | 54 | 34 |
| Octal | 40 | 154 | 353 | 126 | 66 | 0 | 10 | 332 | 124 | 64 |
| Binary | 100000 | 1101100 | 11101011 | 1010110 | 110110 | 0 | 1000 | 11011010 | 1010100 | 110100 |
Color Harmonies of #206CEB
Complementary color
Monochromatic Colors of #206CEB
Black with #206CEB
Text Example
Text Example
White with #206CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CEB; }
p { color: rgb(32,108,235); }
H1.HeaderClassName
{
color: #206CEB;
}
.AnyTagClassName
{
color: #206CEB;
}
</style>
background-color css
<style>
a { background-color: #206CEB; }
a { background-color: rgb(32,108,235); }
div.DivClassName
{
background-color: #206CEB;
}
.BgClassName
{
background-color: #206CEB;
}
</style>
border-color css
<style>
span { border-color: #206CEB; }
span { border-color: rgb(32,108,235); }
td.TdClassName
{
border-color: #206CEB;
}
.TagClassName
{
border-color: #206CEB;
}
</style>