Shades of Royal Blue #206CE9
Tints of Royal Blue #206CE9
RGB
CMYK
RGB Variations
Color information
#206CE9 (or 0x206CE9) is known color: Royal Blue. HEX triplet: 20, 6C and E9. RGB value is (32,108,233). Sum of RGB (Red+Green+Blue) = 32+108+233=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 233 (91.41% from 255 or 62.47% from 373); Max value from RGB is 233 - color contains mainly: blue. Hex color #206CE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206CE9 is #DF9316. Grayscale: #626262. Windows color (decimal): -14652183 or 15297568. OLE color: 15297568.
HSL color Cylindrical-coordinate representation of color #206CE9: hue angle of 217.31º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #206CE9 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 108 | 233 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.09 |
| HSL | 217.31º | 0.82% | 0.52% | - |
| HSV(B) | 217.31º | 0.86% | 0.91% | - |
| XYZ | 20.67 | 16.92 | 79.27 | - |
| YUV | 99.53 | 203.32 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 233 | 0.86 | 0.54 | 0 | 0.09 | 217.31 | 0.82 | 0.52 |
| Hex | 20 | 6C | E9 | 56 | 36 | 0 | 9 | D9 | 52 | 34 |
| Octal | 40 | 154 | 351 | 126 | 66 | 0 | 11 | 331 | 122 | 64 |
| Binary | 100000 | 1101100 | 11101001 | 1010110 | 110110 | 0 | 1001 | 11011001 | 1010010 | 110100 |
Color Harmonies of #206CE9
Complementary color
Monochromatic Colors of #206CE9
Black with #206CE9
Text Example
Text Example
White with #206CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CE9; }
p { color: rgb(32,108,233); }
H1.HeaderClassName
{
color: #206CE9;
}
.AnyTagClassName
{
color: #206CE9;
}
</style>
background-color css
<style>
a { background-color: #206CE9; }
a { background-color: rgb(32,108,233); }
div.DivClassName
{
background-color: #206CE9;
}
.BgClassName
{
background-color: #206CE9;
}
</style>
border-color css
<style>
span { border-color: #206CE9; }
span { border-color: rgb(32,108,233); }
td.TdClassName
{
border-color: #206CE9;
}
.TagClassName
{
border-color: #206CE9;
}
</style>