Shades of Royal Blue #5870FD
Tints of Royal Blue #5870FD
RGB
CMYK
RGB Variations
Color information
#5870FD (or 0x5870FD) is known color: Royal Blue. HEX triplet: 58, 70 and FD. RGB value is (88,112,253). Sum of RGB (Red+Green+Blue) = 88+112+253=453 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.43% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #5870FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5870FD is #A78F02. Grayscale: #787878. Windows color (decimal): -10981123 or 16609368. OLE color: 16609368.
HSL color Cylindrical-coordinate representation of color #5870FD: hue angle of 231.27º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5870FD is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 112 | 253 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.01 |
| HSL | 231.27º | 0.98% | 0.67% | - |
| HSV(B) | 231.27º | 0.65% | 0.99% | - |
| XYZ | 27.55 | 20.75 | 95.48 | - |
| YUV | 120.9 | 202.55 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 253 | 0.65 | 0.56 | 0 | 0.01 | 231.27 | 0.98 | 0.67 |
| Hex | 58 | 70 | FD | 41 | 38 | 0 | 1 | E7 | 62 | 43 |
| Octal | 130 | 160 | 375 | 101 | 70 | 0 | 1 | 347 | 142 | 103 |
| Binary | 1011000 | 1110000 | 11111101 | 1000001 | 111000 | 0 | 1 | 11100111 | 1100010 | 1000011 |
Color Harmonies of #5870FD
Complementary color
Monochromatic Colors of #5870FD
Black with #5870FD
Text Example
Text Example
White with #5870FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5870FD; }
p { color: rgb(88,112,253); }
H1.HeaderClassName
{
color: #5870FD;
}
.AnyTagClassName
{
color: #5870FD;
}
</style>
background-color css
<style>
a { background-color: #5870FD; }
a { background-color: rgb(88,112,253); }
div.DivClassName
{
background-color: #5870FD;
}
.BgClassName
{
background-color: #5870FD;
}
</style>
border-color css
<style>
span { border-color: #5870FD; }
span { border-color: rgb(88,112,253); }
td.TdClassName
{
border-color: #5870FD;
}
.TagClassName
{
border-color: #5870FD;
}
</style>