Shades of Royal Blue #206EDD
Tints of Royal Blue #206EDD
RGB
CMYK
RGB Variations
Color information
#206EDD (or 0x206EDD) is known color: Royal Blue. HEX triplet: 20, 6E and DD. RGB value is (32,110,221). Sum of RGB (Red+Green+Blue) = 32+110+221=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #206EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206EDD is #DF9122. Grayscale: #626262. Windows color (decimal): -14651683 or 14511648. OLE color: 14511648.
HSL color Cylindrical-coordinate representation of color #206EDD: hue angle of 215.24º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #206EDD is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 110 | 221 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.13 |
| HSL | 215.24º | 0.75% | 0.5% | - |
| HSV(B) | 215.24º | 0.86% | 0.87% | - |
| XYZ | 19.22 | 16.68 | 70.61 | - |
| YUV | 99.33 | 196.66 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 110 | 221 | 0.86 | 0.50 | 0 | 0.13 | 215.24 | 0.75 | 0.5 |
| Hex | 20 | 6E | DD | 56 | 32 | 0 | D | D7 | 4B | 32 |
| Octal | 40 | 156 | 335 | 126 | 62 | 0 | 15 | 327 | 113 | 62 |
| Binary | 100000 | 1101110 | 11011101 | 1010110 | 110010 | 0 | 1101 | 11010111 | 1001011 | 110010 |
Color Harmonies of #206EDD
Complementary color
Monochromatic Colors of #206EDD
Black with #206EDD
Text Example
Text Example
White with #206EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206EDD; }
p { color: rgb(32,110,221); }
H1.HeaderClassName
{
color: #206EDD;
}
.AnyTagClassName
{
color: #206EDD;
}
</style>
background-color css
<style>
a { background-color: #206EDD; }
a { background-color: rgb(32,110,221); }
div.DivClassName
{
background-color: #206EDD;
}
.BgClassName
{
background-color: #206EDD;
}
</style>
border-color css
<style>
span { border-color: #206EDD; }
span { border-color: rgb(32,110,221); }
td.TdClassName
{
border-color: #206EDD;
}
.TagClassName
{
border-color: #206EDD;
}
</style>