Shades of Royal Blue #206AF4
Tints of Royal Blue #206AF4
RGB
CMYK
RGB Variations
Color information
#206AF4 (or 0x206AF4) is known color: Royal Blue. HEX triplet: 20, 6A and F4. RGB value is (32,106,244). Sum of RGB (Red+Green+Blue) = 32+106+244=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 244 (95.70% from 255 or 63.87% from 382); Max value from RGB is 244 - color contains mainly: blue. Hex color #206AF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206AF4 is #DF950B. Grayscale: #626262. Windows color (decimal): -14652684 or 16017952. OLE color: 16017952.
HSL color Cylindrical-coordinate representation of color #206AF4: hue angle of 219.06º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206AF4 is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 106 | 244 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.04 |
| HSL | 219.06º | 0.91% | 0.54% | - |
| HSV(B) | 219.06º | 0.87% | 0.96% | - |
| XYZ | 22.08 | 17.15 | 87.73 | - |
| YUV | 99.61 | 209.48 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 244 | 0.87 | 0.57 | 0 | 0.04 | 219.06 | 0.91 | 0.54 |
| Hex | 20 | 6A | F4 | 57 | 39 | 0 | 4 | DB | 5B | 36 |
| Octal | 40 | 152 | 364 | 127 | 71 | 0 | 4 | 333 | 133 | 66 |
| Binary | 100000 | 1101010 | 11110100 | 1010111 | 111001 | 0 | 100 | 11011011 | 1011011 | 110110 |
Color Harmonies of #206AF4
Complementary color
Monochromatic Colors of #206AF4
Black with #206AF4
Text Example
Text Example
White with #206AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206AF4; }
p { color: rgb(32,106,244); }
H1.HeaderClassName
{
color: #206AF4;
}
.AnyTagClassName
{
color: #206AF4;
}
</style>
background-color css
<style>
a { background-color: #206AF4; }
a { background-color: rgb(32,106,244); }
div.DivClassName
{
background-color: #206AF4;
}
.BgClassName
{
background-color: #206AF4;
}
</style>
border-color css
<style>
span { border-color: #206AF4; }
span { border-color: rgb(32,106,244); }
td.TdClassName
{
border-color: #206AF4;
}
.TagClassName
{
border-color: #206AF4;
}
</style>