Shades of Royal Blue #2057EF
Tints of Royal Blue #2057EF
RGB
CMYK
RGB Variations
Color information
#2057EF (or 0x2057EF) is known color: Royal Blue. HEX triplet: 20, 57 and EF. RGB value is (32,87,239). Sum of RGB (Red+Green+Blue) = 32+87+239=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #2057EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2057EF is #DFA810. Grayscale: #575757. Windows color (decimal): -14657553 or 15685408. OLE color: 15685408.
HSL color Cylindrical-coordinate representation of color #2057EF: hue angle of 224.06º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2057EF is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 87 | 239 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.06 |
| HSL | 224.06º | 0.87% | 0.53% | - |
| HSV(B) | 224.06º | 0.87% | 0.94% | - |
| XYZ | 19.58 | 13.36 | 83.21 | - |
| YUV | 87.88 | 213.28 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 239 | 0.87 | 0.64 | 0 | 0.06 | 224.06 | 0.87 | 0.53 |
| Hex | 20 | 57 | EF | 57 | 40 | 0 | 6 | E0 | 57 | 35 |
| Octal | 40 | 127 | 357 | 127 | 100 | 0 | 6 | 340 | 127 | 65 |
| Binary | 100000 | 1010111 | 11101111 | 1010111 | 1000000 | 0 | 110 | 11100000 | 1010111 | 110101 |
Color Harmonies of #2057EF
Complementary color
Monochromatic Colors of #2057EF
Black with #2057EF
Text Example
Text Example
White with #2057EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2057EF; }
p { color: rgb(32,87,239); }
H1.HeaderClassName
{
color: #2057EF;
}
.AnyTagClassName
{
color: #2057EF;
}
</style>
background-color css
<style>
a { background-color: #2057EF; }
a { background-color: rgb(32,87,239); }
div.DivClassName
{
background-color: #2057EF;
}
.BgClassName
{
background-color: #2057EF;
}
</style>
border-color css
<style>
span { border-color: #2057EF; }
span { border-color: rgb(32,87,239); }
td.TdClassName
{
border-color: #2057EF;
}
.TagClassName
{
border-color: #2057EF;
}
</style>