Shades of Royal Blue #206FDF
Tints of Royal Blue #206FDF
RGB
CMYK
RGB Variations
Color information
#206FDF (or 0x206FDF) is known color: Royal Blue. HEX triplet: 20, 6F and DF. RGB value is (32,111,223). Sum of RGB (Red+Green+Blue) = 32+111+223=366 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.74% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #206FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206FDF is #DF9020. Grayscale: #636363. Windows color (decimal): -14651425 or 14642976. OLE color: 14642976.
HSL color Cylindrical-coordinate representation of color #206FDF: hue angle of 215.18º 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 #206FDF is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 111 | 223 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.13 |
| HSL | 215.18º | 0.75% | 0.5% | - |
| HSV(B) | 215.18º | 0.86% | 0.87% | - |
| XYZ | 19.6 | 17 | 72.06 | - |
| YUV | 100.15 | 197.33 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 223 | 0.86 | 0.50 | 0 | 0.13 | 215.18 | 0.75 | 0.5 |
| Hex | 20 | 6F | DF | 56 | 32 | 0 | D | D7 | 4B | 32 |
| Octal | 40 | 157 | 337 | 126 | 62 | 0 | 15 | 327 | 113 | 62 |
| Binary | 100000 | 1101111 | 11011111 | 1010110 | 110010 | 0 | 1101 | 11010111 | 1001011 | 110010 |
Color Harmonies of #206FDF
Complementary color
Monochromatic Colors of #206FDF
Black with #206FDF
Text Example
Text Example
White with #206FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206FDF; }
p { color: rgb(32,111,223); }
H1.HeaderClassName
{
color: #206FDF;
}
.AnyTagClassName
{
color: #206FDF;
}
</style>
background-color css
<style>
a { background-color: #206FDF; }
a { background-color: rgb(32,111,223); }
div.DivClassName
{
background-color: #206FDF;
}
.BgClassName
{
background-color: #206FDF;
}
</style>
border-color css
<style>
span { border-color: #206FDF; }
span { border-color: rgb(32,111,223); }
td.TdClassName
{
border-color: #206FDF;
}
.TagClassName
{
border-color: #206FDF;
}
</style>