Shades of Royal Blue #2051FA
Tints of Royal Blue #2051FA
RGB
CMYK
RGB Variations
Color information
#2051FA (or 0x2051FA) is known color: Royal Blue. HEX triplet: 20, 51 and FA. RGB value is (32,81,250). Sum of RGB (Red+Green+Blue) = 32+81+250=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #2051FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2051FA is #DFAE05. Grayscale: #545454. Windows color (decimal): -14659078 or 16404768. OLE color: 16404768.
HSL color Cylindrical-coordinate representation of color #2051FA: hue angle of 226.51º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2051FA is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 81 | 250 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.02 |
| HSL | 226.51º | 0.96% | 0.55% | - |
| HSV(B) | 226.51º | 0.87% | 0.98% | - |
| XYZ | 20.79 | 13.09 | 91.87 | - |
| YUV | 85.62 | 220.77 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 250 | 0.87 | 0.68 | 0 | 0.02 | 226.51 | 0.96 | 0.55 |
| Hex | 20 | 51 | FA | 57 | 44 | 0 | 2 | E3 | 60 | 37 |
| Octal | 40 | 121 | 372 | 127 | 104 | 0 | 2 | 343 | 140 | 67 |
| Binary | 100000 | 1010001 | 11111010 | 1010111 | 1000100 | 0 | 10 | 11100011 | 1100000 | 110111 |
Color Harmonies of #2051FA
Complementary color
Monochromatic Colors of #2051FA
Black with #2051FA
Text Example
Text Example
White with #2051FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2051FA; }
p { color: rgb(32,81,250); }
H1.HeaderClassName
{
color: #2051FA;
}
.AnyTagClassName
{
color: #2051FA;
}
</style>
background-color css
<style>
a { background-color: #2051FA; }
a { background-color: rgb(32,81,250); }
div.DivClassName
{
background-color: #2051FA;
}
.BgClassName
{
background-color: #2051FA;
}
</style>
border-color css
<style>
span { border-color: #2051FA; }
span { border-color: rgb(32,81,250); }
td.TdClassName
{
border-color: #2051FA;
}
.TagClassName
{
border-color: #2051FA;
}
</style>