Shades of Royal Blue #206DE0
Tints of Royal Blue #206DE0
RGB
CMYK
RGB Variations
Color information
#206DE0 (or 0x206DE0) is known color: Royal Blue. HEX triplet: 20, 6D and E0. RGB value is (32,109,224). Sum of RGB (Red+Green+Blue) = 32+109+224=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 224 (87.89% from 255 or 61.37% from 365); Max value from RGB is 224 - color contains mainly: blue. Hex color #206DE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206DE0 is #DF921F. Grayscale: #626262. Windows color (decimal): -14651936 or 14708000. OLE color: 14708000.
HSL color Cylindrical-coordinate representation of color #206DE0: hue angle of 215.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #206DE0 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 109 | 224 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.12 |
| HSL | 215.94º | 0.76% | 0.5% | - |
| HSV(B) | 215.94º | 0.86% | 0.88% | - |
| XYZ | 19.52 | 16.63 | 72.7 | - |
| YUV | 99.09 | 198.49 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 224 | 0.86 | 0.51 | 0 | 0.12 | 215.94 | 0.76 | 0.5 |
| Hex | 20 | 6D | E0 | 56 | 33 | 0 | C | D8 | 4C | 32 |
| Octal | 40 | 155 | 340 | 126 | 63 | 0 | 14 | 330 | 114 | 62 |
| Binary | 100000 | 1101101 | 11100000 | 1010110 | 110011 | 0 | 1100 | 11011000 | 1001100 | 110010 |
Color Harmonies of #206DE0
Complementary color
Monochromatic Colors of #206DE0
Black with #206DE0
Text Example
Text Example
White with #206DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206DE0; }
p { color: rgb(32,109,224); }
H1.HeaderClassName
{
color: #206DE0;
}
.AnyTagClassName
{
color: #206DE0;
}
</style>
background-color css
<style>
a { background-color: #206DE0; }
a { background-color: rgb(32,109,224); }
div.DivClassName
{
background-color: #206DE0;
}
.BgClassName
{
background-color: #206DE0;
}
</style>
border-color css
<style>
span { border-color: #206DE0; }
span { border-color: rgb(32,109,224); }
td.TdClassName
{
border-color: #206DE0;
}
.TagClassName
{
border-color: #206DE0;
}
</style>