Shades of Royal Blue #2062FF
Tints of Royal Blue #2062FF
RGB
CMYK
RGB Variations
Color information
#2062FF (or 0x2062FF) is known color: Royal Blue. HEX triplet: 20, 62 and FF. RGB value is (32,98,255). Sum of RGB (Red+Green+Blue) = 32+98+255=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #2062FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2062FF is #DF9D00. Grayscale: #5F5F5F. Windows color (decimal): -14654721 or 16736800. OLE color: 16736800.
HSL color Cylindrical-coordinate representation of color #2062FF: hue angle of 222.24º 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 #2062FF is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 98 | 255 | - |
| CMYK | 0.87 | 0.62 | 0 | 0 |
| HSL | 222.24º | 1% | 0.56% | - |
| HSV(B) | 222.24º | 0.87% | 1% | - |
| XYZ | 23.01 | 16.26 | 96.53 | - |
| YUV | 96.16 | 217.63 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 255 | 0.87 | 0.62 | 0 | 0 | 222.24 | 1 | 0.56 |
| Hex | 20 | 62 | FF | 57 | 3E | 0 | 0 | DE | 64 | 38 |
| Octal | 40 | 142 | 377 | 127 | 76 | 0 | 0 | 336 | 144 | 70 |
| Binary | 100000 | 1100010 | 11111111 | 1010111 | 111110 | 0 | 0 | 11011110 | 1100100 | 111000 |
Color Harmonies of #2062FF
Complementary color
Monochromatic Colors of #2062FF
Black with #2062FF
Text Example
Text Example
White with #2062FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2062FF; }
p { color: rgb(32,98,255); }
H1.HeaderClassName
{
color: #2062FF;
}
.AnyTagClassName
{
color: #2062FF;
}
</style>
background-color css
<style>
a { background-color: #2062FF; }
a { background-color: rgb(32,98,255); }
div.DivClassName
{
background-color: #2062FF;
}
.BgClassName
{
background-color: #2062FF;
}
</style>
border-color css
<style>
span { border-color: #2062FF; }
span { border-color: rgb(32,98,255); }
td.TdClassName
{
border-color: #2062FF;
}
.TagClassName
{
border-color: #2062FF;
}
</style>