Shades of Royal Blue #206EDF
Tints of Royal Blue #206EDF
RGB
CMYK
RGB Variations
Color information
#206EDF (or 0x206EDF) is known color: Royal Blue. HEX triplet: 20, 6E and DF. RGB value is (32,110,223). Sum of RGB (Red+Green+Blue) = 32+110+223=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #206EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206EDF is #DF9120. Grayscale: #636363. Windows color (decimal): -14651681 or 14642720. OLE color: 14642720.
HSL color Cylindrical-coordinate representation of color #206EDF: hue angle of 215.5º 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 #206EDF is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 110 | 223 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.13 |
| HSL | 215.5º | 0.75% | 0.5% | - |
| HSV(B) | 215.5º | 0.86% | 0.87% | - |
| XYZ | 19.49 | 16.79 | 72.02 | - |
| YUV | 99.56 | 197.66 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 110 | 223 | 0.86 | 0.51 | 0 | 0.13 | 215.5 | 0.75 | 0.5 |
| Hex | 20 | 6E | DF | 56 | 33 | 0 | D | D7 | 4B | 32 |
| Octal | 40 | 156 | 337 | 126 | 63 | 0 | 15 | 327 | 113 | 62 |
| Binary | 100000 | 1101110 | 11011111 | 1010110 | 110011 | 0 | 1101 | 11010111 | 1001011 | 110010 |
Color Harmonies of #206EDF
Complementary color
Monochromatic Colors of #206EDF
Black with #206EDF
Text Example
Text Example
White with #206EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206EDF; }
p { color: rgb(32,110,223); }
H1.HeaderClassName
{
color: #206EDF;
}
.AnyTagClassName
{
color: #206EDF;
}
</style>
background-color css
<style>
a { background-color: #206EDF; }
a { background-color: rgb(32,110,223); }
div.DivClassName
{
background-color: #206EDF;
}
.BgClassName
{
background-color: #206EDF;
}
</style>
border-color css
<style>
span { border-color: #206EDF; }
span { border-color: rgb(32,110,223); }
td.TdClassName
{
border-color: #206EDF;
}
.TagClassName
{
border-color: #206EDF;
}
</style>