Shades of Royal Blue #2058FD
Tints of Royal Blue #2058FD
RGB
CMYK
RGB Variations
Color information
#2058FD (or 0x2058FD) is known color: Royal Blue. HEX triplet: 20, 58 and FD. RGB value is (32,88,253). Sum of RGB (Red+Green+Blue) = 32+88+253=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #2058FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2058FD is #DFA702. Grayscale: #595959. Windows color (decimal): -14657283 or 16603168. OLE color: 16603168.
HSL color Cylindrical-coordinate representation of color #2058FD: hue angle of 224.8º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2058FD is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 88 | 253 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.01 |
| HSL | 224.8º | 0.98% | 0.56% | - |
| HSV(B) | 224.8º | 0.87% | 0.99% | - |
| XYZ | 21.82 | 14.38 | 94.55 | - |
| YUV | 90.07 | 219.95 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 253 | 0.87 | 0.65 | 0 | 0.01 | 224.8 | 0.98 | 0.56 |
| Hex | 20 | 58 | FD | 57 | 41 | 0 | 1 | E1 | 62 | 38 |
| Octal | 40 | 130 | 375 | 127 | 101 | 0 | 1 | 341 | 142 | 70 |
| Binary | 100000 | 1011000 | 11111101 | 1010111 | 1000001 | 0 | 1 | 11100001 | 1100010 | 111000 |
Color Harmonies of #2058FD
Complementary color
Monochromatic Colors of #2058FD
Black with #2058FD
Text Example
Text Example
White with #2058FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2058FD; }
p { color: rgb(32,88,253); }
H1.HeaderClassName
{
color: #2058FD;
}
.AnyTagClassName
{
color: #2058FD;
}
</style>
background-color css
<style>
a { background-color: #2058FD; }
a { background-color: rgb(32,88,253); }
div.DivClassName
{
background-color: #2058FD;
}
.BgClassName
{
background-color: #2058FD;
}
</style>
border-color css
<style>
span { border-color: #2058FD; }
span { border-color: rgb(32,88,253); }
td.TdClassName
{
border-color: #2058FD;
}
.TagClassName
{
border-color: #2058FD;
}
</style>