Shades of Royal Blue #2060FF
Tints of Royal Blue #2060FF
RGB
CMYK
RGB Variations
Color information
#2060FF (or 0x2060FF) is known color: Royal Blue. HEX triplet: 20, 60 and FF. RGB value is (32,96,255). Sum of RGB (Red+Green+Blue) = 32+96+255=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #2060FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2060FF is #DF9F00. Grayscale: #5E5E5E. Windows color (decimal): -14655233 or 16736288. OLE color: 16736288.
HSL color Cylindrical-coordinate representation of color #2060FF: hue angle of 222.78º 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 #2060FF is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 96 | 255 | - |
| CMYK | 0.87 | 0.62 | 0 | 0 |
| HSL | 222.78º | 1% | 0.56% | - |
| HSV(B) | 222.78º | 0.87% | 1% | - |
| XYZ | 22.83 | 15.89 | 96.47 | - |
| YUV | 94.99 | 218.3 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 255 | 0.87 | 0.62 | 0 | 0 | 222.78 | 1 | 0.56 |
| Hex | 20 | 60 | FF | 57 | 3E | 0 | 0 | DF | 64 | 38 |
| Octal | 40 | 140 | 377 | 127 | 76 | 0 | 0 | 337 | 144 | 70 |
| Binary | 100000 | 1100000 | 11111111 | 1010111 | 111110 | 0 | 0 | 11011111 | 1100100 | 111000 |
Color Harmonies of #2060FF
Complementary color
Monochromatic Colors of #2060FF
Black with #2060FF
Text Example
Text Example
White with #2060FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2060FF; }
p { color: rgb(32,96,255); }
H1.HeaderClassName
{
color: #2060FF;
}
.AnyTagClassName
{
color: #2060FF;
}
</style>
background-color css
<style>
a { background-color: #2060FF; }
a { background-color: rgb(32,96,255); }
div.DivClassName
{
background-color: #2060FF;
}
.BgClassName
{
background-color: #2060FF;
}
</style>
border-color css
<style>
span { border-color: #2060FF; }
span { border-color: rgb(32,96,255); }
td.TdClassName
{
border-color: #2060FF;
}
.TagClassName
{
border-color: #2060FF;
}
</style>