Shades of Royal Blue #2057FA
Tints of Royal Blue #2057FA
RGB
CMYK
RGB Variations
Color information
#2057FA (or 0x2057FA) is known color: Royal Blue. HEX triplet: 20, 57 and FA. RGB value is (32,87,250). Sum of RGB (Red+Green+Blue) = 32+87+250=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #2057FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2057FA is #DFA805. Grayscale: #585858. Windows color (decimal): -14657542 or 16406304. OLE color: 16406304.
HSL color Cylindrical-coordinate representation of color #2057FA: hue angle of 224.86º 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 #2057FA is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 87 | 250 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.02 |
| HSL | 224.86º | 0.96% | 0.55% | - |
| HSV(B) | 224.86º | 0.87% | 0.98% | - |
| XYZ | 21.26 | 14.03 | 92.03 | - |
| YUV | 89.14 | 218.78 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 250 | 0.87 | 0.65 | 0 | 0.02 | 224.86 | 0.96 | 0.55 |
| Hex | 20 | 57 | FA | 57 | 41 | 0 | 2 | E1 | 60 | 37 |
| Octal | 40 | 127 | 372 | 127 | 101 | 0 | 2 | 341 | 140 | 67 |
| Binary | 100000 | 1010111 | 11111010 | 1010111 | 1000001 | 0 | 10 | 11100001 | 1100000 | 110111 |
Color Harmonies of #2057FA
Complementary color
Monochromatic Colors of #2057FA
Black with #2057FA
Text Example
Text Example
White with #2057FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2057FA; }
p { color: rgb(32,87,250); }
H1.HeaderClassName
{
color: #2057FA;
}
.AnyTagClassName
{
color: #2057FA;
}
</style>
background-color css
<style>
a { background-color: #2057FA; }
a { background-color: rgb(32,87,250); }
div.DivClassName
{
background-color: #2057FA;
}
.BgClassName
{
background-color: #2057FA;
}
</style>
border-color css
<style>
span { border-color: #2057FA; }
span { border-color: rgb(32,87,250); }
td.TdClassName
{
border-color: #2057FA;
}
.TagClassName
{
border-color: #2057FA;
}
</style>