Shades of Royal Blue #206FE4
Tints of Royal Blue #206FE4
RGB
CMYK
RGB Variations
Color information
#206FE4 (or 0x206FE4) is known color: Royal Blue. HEX triplet: 20, 6F and E4. RGB value is (32,111,228). Sum of RGB (Red+Green+Blue) = 32+111+228=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 228 (89.45% from 255 or 61.46% from 371); Max value from RGB is 228 - color contains mainly: blue. Hex color #206FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206FE4 is #DF901B. Grayscale: #646464. Windows color (decimal): -14651420 or 14970656. OLE color: 14970656.
HSL color Cylindrical-coordinate representation of color #206FE4: hue angle of 215.82º degrees, saturation: 0.78, 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 #206FE4 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 111 | 228 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.11 |
| HSL | 215.82º | 0.78% | 0.51% | - |
| HSV(B) | 215.82º | 0.86% | 0.89% | - |
| XYZ | 20.28 | 17.28 | 75.66 | - |
| YUV | 100.72 | 199.83 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 228 | 0.86 | 0.51 | 0 | 0.11 | 215.82 | 0.78 | 0.51 |
| Hex | 20 | 6F | E4 | 56 | 33 | 0 | B | D8 | 4E | 33 |
| Octal | 40 | 157 | 344 | 126 | 63 | 0 | 13 | 330 | 116 | 63 |
| Binary | 100000 | 1101111 | 11100100 | 1010110 | 110011 | 0 | 1011 | 11011000 | 1001110 | 110011 |
Color Harmonies of #206FE4
Complementary color
Monochromatic Colors of #206FE4
Black with #206FE4
Text Example
Text Example
White with #206FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206FE4; }
p { color: rgb(32,111,228); }
H1.HeaderClassName
{
color: #206FE4;
}
.AnyTagClassName
{
color: #206FE4;
}
</style>
background-color css
<style>
a { background-color: #206FE4; }
a { background-color: rgb(32,111,228); }
div.DivClassName
{
background-color: #206FE4;
}
.BgClassName
{
background-color: #206FE4;
}
</style>
border-color css
<style>
span { border-color: #206FE4; }
span { border-color: rgb(32,111,228); }
td.TdClassName
{
border-color: #206FE4;
}
.TagClassName
{
border-color: #206FE4;
}
</style>