Shades of Royal Blue #206CF3
Tints of Royal Blue #206CF3
RGB
CMYK
RGB Variations
Color information
#206CF3 (or 0x206CF3) is known color: Royal Blue. HEX triplet: 20, 6C and F3. RGB value is (32,108,243). Sum of RGB (Red+Green+Blue) = 32+108+243=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 243 (95.31% from 255 or 63.45% from 383); Max value from RGB is 243 - color contains mainly: blue. Hex color #206CF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206CF3 is #DF930C. Grayscale: #646464. Windows color (decimal): -14652173 or 15952928. OLE color: 15952928.
HSL color Cylindrical-coordinate representation of color #206CF3: hue angle of 218.39º 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 #206CF3 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 108 | 243 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.05 |
| HSL | 218.39º | 0.9% | 0.54% | - |
| HSV(B) | 218.39º | 0.87% | 0.95% | - |
| XYZ | 22.14 | 17.5 | 87.01 | - |
| YUV | 100.67 | 208.32 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 243 | 0.87 | 0.56 | 0 | 0.05 | 218.39 | 0.9 | 0.54 |
| Hex | 20 | 6C | F3 | 57 | 38 | 0 | 5 | DA | 5A | 36 |
| Octal | 40 | 154 | 363 | 127 | 70 | 0 | 5 | 332 | 132 | 66 |
| Binary | 100000 | 1101100 | 11110011 | 1010111 | 111000 | 0 | 101 | 11011010 | 1011010 | 110110 |
Color Harmonies of #206CF3
Complementary color
Monochromatic Colors of #206CF3
Black with #206CF3
Text Example
Text Example
White with #206CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CF3; }
p { color: rgb(32,108,243); }
H1.HeaderClassName
{
color: #206CF3;
}
.AnyTagClassName
{
color: #206CF3;
}
</style>
background-color css
<style>
a { background-color: #206CF3; }
a { background-color: rgb(32,108,243); }
div.DivClassName
{
background-color: #206CF3;
}
.BgClassName
{
background-color: #206CF3;
}
</style>
border-color css
<style>
span { border-color: #206CF3; }
span { border-color: rgb(32,108,243); }
td.TdClassName
{
border-color: #206CF3;
}
.TagClassName
{
border-color: #206CF3;
}
</style>