Shades of Royal Blue #206AE8
Tints of Royal Blue #206AE8
RGB
CMYK
RGB Variations
Color information
#206AE8 (or 0x206AE8) is known color: Royal Blue. HEX triplet: 20, 6A and E8. RGB value is (32,106,232). Sum of RGB (Red+Green+Blue) = 32+106+232=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 232 (91.02% from 255 or 62.70% from 370); Max value from RGB is 232 - color contains mainly: blue. Hex color #206AE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206AE8 is #DF9517. Grayscale: #616161. Windows color (decimal): -14652696 or 15231520. OLE color: 15231520.
HSL color Cylindrical-coordinate representation of color #206AE8: hue angle of 217.8º degrees, saturation: 0.81, 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 #206AE8 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 106 | 232 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.09 |
| HSL | 217.8º | 0.81% | 0.52% | - |
| HSV(B) | 217.8º | 0.86% | 0.91% | - |
| XYZ | 20.32 | 16.44 | 78.45 | - |
| YUV | 98.24 | 203.48 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 232 | 0.86 | 0.54 | 0 | 0.09 | 217.8 | 0.81 | 0.52 |
| Hex | 20 | 6A | E8 | 56 | 36 | 0 | 9 | DA | 51 | 34 |
| Octal | 40 | 152 | 350 | 126 | 66 | 0 | 11 | 332 | 121 | 64 |
| Binary | 100000 | 1101010 | 11101000 | 1010110 | 110110 | 0 | 1001 | 11011010 | 1010001 | 110100 |
Color Harmonies of #206AE8
Complementary color
Monochromatic Colors of #206AE8
Black with #206AE8
Text Example
Text Example
White with #206AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206AE8; }
p { color: rgb(32,106,232); }
H1.HeaderClassName
{
color: #206AE8;
}
.AnyTagClassName
{
color: #206AE8;
}
</style>
background-color css
<style>
a { background-color: #206AE8; }
a { background-color: rgb(32,106,232); }
div.DivClassName
{
background-color: #206AE8;
}
.BgClassName
{
background-color: #206AE8;
}
</style>
border-color css
<style>
span { border-color: #206AE8; }
span { border-color: rgb(32,106,232); }
td.TdClassName
{
border-color: #206AE8;
}
.TagClassName
{
border-color: #206AE8;
}
</style>