Shades of Royal Blue #2057FB
Tints of Royal Blue #2057FB
RGB
CMYK
RGB Variations
Color information
#2057FB (or 0x2057FB) is known color: Royal Blue. HEX triplet: 20, 57 and FB. RGB value is (32,87,251). Sum of RGB (Red+Green+Blue) = 32+87+251=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #2057FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2057FB is #DFA804. Grayscale: #585858. Windows color (decimal): -14657541 or 16471840. OLE color: 16471840.
HSL color Cylindrical-coordinate representation of color #2057FB: hue angle of 224.93º 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 #2057FB is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 87 | 251 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.02 |
| HSL | 224.93º | 0.96% | 0.55% | - |
| HSV(B) | 224.93º | 0.87% | 0.98% | - |
| XYZ | 21.42 | 14.09 | 92.86 | - |
| YUV | 89.25 | 219.28 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 251 | 0.87 | 0.65 | 0 | 0.02 | 224.93 | 0.96 | 0.55 |
| Hex | 20 | 57 | FB | 57 | 41 | 0 | 2 | E1 | 60 | 37 |
| Octal | 40 | 127 | 373 | 127 | 101 | 0 | 2 | 341 | 140 | 67 |
| Binary | 100000 | 1010111 | 11111011 | 1010111 | 1000001 | 0 | 10 | 11100001 | 1100000 | 110111 |
Color Harmonies of #2057FB
Complementary color
Monochromatic Colors of #2057FB
Black with #2057FB
Text Example
Text Example
White with #2057FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2057FB; }
p { color: rgb(32,87,251); }
H1.HeaderClassName
{
color: #2057FB;
}
.AnyTagClassName
{
color: #2057FB;
}
</style>
background-color css
<style>
a { background-color: #2057FB; }
a { background-color: rgb(32,87,251); }
div.DivClassName
{
background-color: #2057FB;
}
.BgClassName
{
background-color: #2057FB;
}
</style>
border-color css
<style>
span { border-color: #2057FB; }
span { border-color: rgb(32,87,251); }
td.TdClassName
{
border-color: #2057FB;
}
.TagClassName
{
border-color: #2057FB;
}
</style>