Shades of Royal Blue #206FE2
Tints of Royal Blue #206FE2
RGB
CMYK
RGB Variations
Color information
#206FE2 (or 0x206FE2) is known color: Royal Blue. HEX triplet: 20, 6F and E2. RGB value is (32,111,226). Sum of RGB (Red+Green+Blue) = 32+111+226=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 226 (88.67% from 255 or 61.25% from 369); Max value from RGB is 226 - color contains mainly: blue. Hex color #206FE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206FE2 is #DF901D. Grayscale: #636363. Windows color (decimal): -14651422 or 14839584. OLE color: 14839584.
HSL color Cylindrical-coordinate representation of color #206FE2: hue angle of 215.57º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #206FE2 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 111 | 226 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.11 |
| HSL | 215.57º | 0.77% | 0.51% | - |
| HSV(B) | 215.57º | 0.86% | 0.89% | - |
| XYZ | 20.01 | 17.17 | 74.21 | - |
| YUV | 100.49 | 198.83 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 226 | 0.86 | 0.51 | 0 | 0.11 | 215.57 | 0.77 | 0.51 |
| Hex | 20 | 6F | E2 | 56 | 33 | 0 | B | D8 | 4D | 33 |
| Octal | 40 | 157 | 342 | 126 | 63 | 0 | 13 | 330 | 115 | 63 |
| Binary | 100000 | 1101111 | 11100010 | 1010110 | 110011 | 0 | 1011 | 11011000 | 1001101 | 110011 |
Color Harmonies of #206FE2
Complementary color
Monochromatic Colors of #206FE2
Black with #206FE2
Text Example
Text Example
White with #206FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206FE2; }
p { color: rgb(32,111,226); }
H1.HeaderClassName
{
color: #206FE2;
}
.AnyTagClassName
{
color: #206FE2;
}
</style>
background-color css
<style>
a { background-color: #206FE2; }
a { background-color: rgb(32,111,226); }
div.DivClassName
{
background-color: #206FE2;
}
.BgClassName
{
background-color: #206FE2;
}
</style>
border-color css
<style>
span { border-color: #206FE2; }
span { border-color: rgb(32,111,226); }
td.TdClassName
{
border-color: #206FE2;
}
.TagClassName
{
border-color: #206FE2;
}
</style>