Shades of Royal Blue #2058EA
Tints of Royal Blue #2058EA
RGB
CMYK
RGB Variations
Color information
#2058EA (or 0x2058EA) is known color: Royal Blue. HEX triplet: 20, 58 and EA. RGB value is (32,88,234). Sum of RGB (Red+Green+Blue) = 32+88+234=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #2058EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2058EA is #DFA715. Grayscale: #575757. Windows color (decimal): -14657302 or 15357984. OLE color: 15357984.
HSL color Cylindrical-coordinate representation of color #2058EA: hue angle of 223.37º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2058EA is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 88 | 234 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.08 |
| HSL | 223.37º | 0.83% | 0.52% | - |
| HSV(B) | 223.37º | 0.86% | 0.92% | - |
| XYZ | 18.94 | 13.23 | 79.4 | - |
| YUV | 87.9 | 210.45 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 234 | 0.86 | 0.62 | 0 | 0.08 | 223.37 | 0.83 | 0.52 |
| Hex | 20 | 58 | EA | 56 | 3E | 0 | 8 | DF | 53 | 34 |
| Octal | 40 | 130 | 352 | 126 | 76 | 0 | 10 | 337 | 123 | 64 |
| Binary | 100000 | 1011000 | 11101010 | 1010110 | 111110 | 0 | 1000 | 11011111 | 1010011 | 110100 |
Color Harmonies of #2058EA
Complementary color
Monochromatic Colors of #2058EA
Black with #2058EA
Text Example
Text Example
White with #2058EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2058EA; }
p { color: rgb(32,88,234); }
H1.HeaderClassName
{
color: #2058EA;
}
.AnyTagClassName
{
color: #2058EA;
}
</style>
background-color css
<style>
a { background-color: #2058EA; }
a { background-color: rgb(32,88,234); }
div.DivClassName
{
background-color: #2058EA;
}
.BgClassName
{
background-color: #2058EA;
}
</style>
border-color css
<style>
span { border-color: #2058EA; }
span { border-color: rgb(32,88,234); }
td.TdClassName
{
border-color: #2058EA;
}
.TagClassName
{
border-color: #2058EA;
}
</style>