Shades of Royal Blue #206FEB
Tints of Royal Blue #206FEB
RGB
CMYK
RGB Variations
Color information
#206FEB (or 0x206FEB) is known color: Royal Blue. HEX triplet: 20, 6F and EB. RGB value is (32,111,235). Sum of RGB (Red+Green+Blue) = 32+111+235=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #206FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206FEB is #DF9014. Grayscale: #646464. Windows color (decimal): -14651413 or 15429408. OLE color: 15429408.
HSL color Cylindrical-coordinate representation of color #206FEB: hue angle of 216.65º 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 #206FEB is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 111 | 235 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.08 |
| HSL | 216.65º | 0.84% | 0.52% | - |
| HSV(B) | 216.65º | 0.86% | 0.92% | - |
| XYZ | 21.28 | 17.67 | 80.89 | - |
| YUV | 101.52 | 203.33 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 235 | 0.86 | 0.53 | 0 | 0.08 | 216.65 | 0.84 | 0.52 |
| Hex | 20 | 6F | EB | 56 | 35 | 0 | 8 | D9 | 54 | 34 |
| Octal | 40 | 157 | 353 | 126 | 65 | 0 | 10 | 331 | 124 | 64 |
| Binary | 100000 | 1101111 | 11101011 | 1010110 | 110101 | 0 | 1000 | 11011001 | 1010100 | 110100 |
Color Harmonies of #206FEB
Complementary color
Monochromatic Colors of #206FEB
Black with #206FEB
Text Example
Text Example
White with #206FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206FEB; }
p { color: rgb(32,111,235); }
H1.HeaderClassName
{
color: #206FEB;
}
.AnyTagClassName
{
color: #206FEB;
}
</style>
background-color css
<style>
a { background-color: #206FEB; }
a { background-color: rgb(32,111,235); }
div.DivClassName
{
background-color: #206FEB;
}
.BgClassName
{
background-color: #206FEB;
}
</style>
border-color css
<style>
span { border-color: #206FEB; }
span { border-color: rgb(32,111,235); }
td.TdClassName
{
border-color: #206FEB;
}
.TagClassName
{
border-color: #206FEB;
}
</style>