Shades of Royal Blue #206AF3
Tints of Royal Blue #206AF3
RGB
CMYK
RGB Variations
Color information
#206AF3 (or 0x206AF3) is known color: Royal Blue. HEX triplet: 20, 6A and F3. RGB value is (32,106,243). Sum of RGB (Red+Green+Blue) = 32+106+243=381 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.40% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 243 (95.31% from 255 or 63.78% from 381); Max value from RGB is 243 - color contains mainly: blue. Hex color #206AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206AF3 is #DF950C. Grayscale: #626262. Windows color (decimal): -14652685 or 15952416. OLE color: 15952416.
HSL color Cylindrical-coordinate representation of color #206AF3: hue angle of 218.96º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206AF3 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 106 | 243 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.05 |
| HSL | 218.96º | 0.9% | 0.54% | - |
| HSV(B) | 218.96º | 0.87% | 0.95% | - |
| XYZ | 21.93 | 17.09 | 86.94 | - |
| YUV | 99.49 | 208.98 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 243 | 0.87 | 0.56 | 0 | 0.05 | 218.96 | 0.9 | 0.54 |
| Hex | 20 | 6A | F3 | 57 | 38 | 0 | 5 | DB | 5A | 36 |
| Octal | 40 | 152 | 363 | 127 | 70 | 0 | 5 | 333 | 132 | 66 |
| Binary | 100000 | 1101010 | 11110011 | 1010111 | 111000 | 0 | 101 | 11011011 | 1011010 | 110110 |
Color Harmonies of #206AF3
Complementary color
Monochromatic Colors of #206AF3
Black with #206AF3
Text Example
Text Example
White with #206AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206AF3; }
p { color: rgb(32,106,243); }
H1.HeaderClassName
{
color: #206AF3;
}
.AnyTagClassName
{
color: #206AF3;
}
</style>
background-color css
<style>
a { background-color: #206AF3; }
a { background-color: rgb(32,106,243); }
div.DivClassName
{
background-color: #206AF3;
}
.BgClassName
{
background-color: #206AF3;
}
</style>
border-color css
<style>
span { border-color: #206AF3; }
span { border-color: rgb(32,106,243); }
td.TdClassName
{
border-color: #206AF3;
}
.TagClassName
{
border-color: #206AF3;
}
</style>