Shades of Royal Blue #2061FF
Tints of Royal Blue #2061FF
RGB
CMYK
RGB Variations
Color information
#2061FF (or 0x2061FF) is known color: Royal Blue. HEX triplet: 20, 61 and FF. RGB value is (32,97,255). Sum of RGB (Red+Green+Blue) = 32+97+255=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #2061FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2061FF is #DF9E00. Grayscale: #5E5E5E. Windows color (decimal): -14654977 or 16736544. OLE color: 16736544.
HSL color Cylindrical-coordinate representation of color #2061FF: hue angle of 222.51º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2061FF is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 97 | 255 | - |
| CMYK | 0.87 | 0.62 | 0 | 0 |
| HSL | 222.51º | 1% | 0.56% | - |
| HSV(B) | 222.51º | 0.87% | 1% | - |
| XYZ | 22.92 | 16.08 | 96.5 | - |
| YUV | 95.58 | 217.97 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 97 | 255 | 0.87 | 0.62 | 0 | 0 | 222.51 | 1 | 0.56 |
| Hex | 20 | 61 | FF | 57 | 3E | 0 | 0 | DF | 64 | 38 |
| Octal | 40 | 141 | 377 | 127 | 76 | 0 | 0 | 337 | 144 | 70 |
| Binary | 100000 | 1100001 | 11111111 | 1010111 | 111110 | 0 | 0 | 11011111 | 1100100 | 111000 |
Color Harmonies of #2061FF
Complementary color
Monochromatic Colors of #2061FF
Black with #2061FF
Text Example
Text Example
White with #2061FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2061FF; }
p { color: rgb(32,97,255); }
H1.HeaderClassName
{
color: #2061FF;
}
.AnyTagClassName
{
color: #2061FF;
}
</style>
background-color css
<style>
a { background-color: #2061FF; }
a { background-color: rgb(32,97,255); }
div.DivClassName
{
background-color: #2061FF;
}
.BgClassName
{
background-color: #2061FF;
}
</style>
border-color css
<style>
span { border-color: #2061FF; }
span { border-color: rgb(32,97,255); }
td.TdClassName
{
border-color: #2061FF;
}
.TagClassName
{
border-color: #2061FF;
}
</style>