Shades of Royal Blue #206CDE
Tints of Royal Blue #206CDE
RGB
CMYK
RGB Variations
Color information
#206CDE (or 0x206CDE) is known color: Royal Blue. HEX triplet: 20, 6C and DE. RGB value is (32,108,222). Sum of RGB (Red+Green+Blue) = 32+108+222=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #206CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206CDE is #DF9321. Grayscale: #616161. Windows color (decimal): -14652194 or 14576672. OLE color: 14576672.
HSL color Cylindrical-coordinate representation of color #206CDE: hue angle of 216º 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 #206CDE is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 108 | 222 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.13 |
| HSL | 216º | 0.75% | 0.5% | - |
| HSV(B) | 216º | 0.86% | 0.87% | - |
| XYZ | 19.14 | 16.31 | 71.25 | - |
| YUV | 98.27 | 197.82 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 222 | 0.86 | 0.51 | 0 | 0.13 | 216 | 0.75 | 0.5 |
| Hex | 20 | 6C | DE | 56 | 33 | 0 | D | D8 | 4B | 32 |
| Octal | 40 | 154 | 336 | 126 | 63 | 0 | 15 | 330 | 113 | 62 |
| Binary | 100000 | 1101100 | 11011110 | 1010110 | 110011 | 0 | 1101 | 11011000 | 1001011 | 110010 |
Color Harmonies of #206CDE
Complementary color
Monochromatic Colors of #206CDE
Black with #206CDE
Text Example
Text Example
White with #206CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CDE; }
p { color: rgb(32,108,222); }
H1.HeaderClassName
{
color: #206CDE;
}
.AnyTagClassName
{
color: #206CDE;
}
</style>
background-color css
<style>
a { background-color: #206CDE; }
a { background-color: rgb(32,108,222); }
div.DivClassName
{
background-color: #206CDE;
}
.BgClassName
{
background-color: #206CDE;
}
</style>
border-color css
<style>
span { border-color: #206CDE; }
span { border-color: rgb(32,108,222); }
td.TdClassName
{
border-color: #206CDE;
}
.TagClassName
{
border-color: #206CDE;
}
</style>