Shades of Royal Blue #206CE7
Tints of Royal Blue #206CE7
RGB
CMYK
RGB Variations
Color information
#206CE7 (or 0x206CE7) is known color: Royal Blue. HEX triplet: 20, 6C and E7. RGB value is (32,108,231). Sum of RGB (Red+Green+Blue) = 32+108+231=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 231 (90.62% from 255 or 62.26% from 371); Max value from RGB is 231 - color contains mainly: blue. Hex color #206CE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206CE7 is #DF9318. Grayscale: #626262. Windows color (decimal): -14652185 or 15166496. OLE color: 15166496.
HSL color Cylindrical-coordinate representation of color #206CE7: hue angle of 217.09º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #206CE7 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 108 | 231 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.09 |
| HSL | 217.09º | 0.81% | 0.52% | - |
| HSV(B) | 217.09º | 0.86% | 0.91% | - |
| XYZ | 20.38 | 16.8 | 77.77 | - |
| YUV | 99.3 | 202.32 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 231 | 0.86 | 0.53 | 0 | 0.09 | 217.09 | 0.81 | 0.52 |
| Hex | 20 | 6C | E7 | 56 | 35 | 0 | 9 | D9 | 51 | 34 |
| Octal | 40 | 154 | 347 | 126 | 65 | 0 | 11 | 331 | 121 | 64 |
| Binary | 100000 | 1101100 | 11100111 | 1010110 | 110101 | 0 | 1001 | 11011001 | 1010001 | 110100 |
Color Harmonies of #206CE7
Complementary color
Monochromatic Colors of #206CE7
Black with #206CE7
Text Example
Text Example
White with #206CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CE7; }
p { color: rgb(32,108,231); }
H1.HeaderClassName
{
color: #206CE7;
}
.AnyTagClassName
{
color: #206CE7;
}
</style>
background-color css
<style>
a { background-color: #206CE7; }
a { background-color: rgb(32,108,231); }
div.DivClassName
{
background-color: #206CE7;
}
.BgClassName
{
background-color: #206CE7;
}
</style>
border-color css
<style>
span { border-color: #206CE7; }
span { border-color: rgb(32,108,231); }
td.TdClassName
{
border-color: #206CE7;
}
.TagClassName
{
border-color: #206CE7;
}
</style>