Shades of Royal Blue #5872FA
Tints of Royal Blue #5872FA
RGB
CMYK
RGB Variations
Color information
#5872FA (or 0x5872FA) is known color: Royal Blue. HEX triplet: 58, 72 and FA. RGB value is (88,114,250). Sum of RGB (Red+Green+Blue) = 88+114+250=452 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.47% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #5872FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5872FA is #A78D05. Grayscale: #797979. Windows color (decimal): -10980614 or 16413272. OLE color: 16413272.
HSL color Cylindrical-coordinate representation of color #5872FA: hue angle of 230.37º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5872FA is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 114 | 250 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.02 |
| HSL | 230.37º | 0.94% | 0.66% | - |
| HSV(B) | 230.37º | 0.65% | 0.98% | - |
| XYZ | 27.3 | 21.01 | 93.06 | - |
| YUV | 121.73 | 200.39 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 114 | 250 | 0.65 | 0.54 | 0 | 0.02 | 230.37 | 0.94 | 0.66 |
| Hex | 58 | 72 | FA | 41 | 36 | 0 | 2 | E6 | 5E | 42 |
| Octal | 130 | 162 | 372 | 101 | 66 | 0 | 2 | 346 | 136 | 102 |
| Binary | 1011000 | 1110010 | 11111010 | 1000001 | 110110 | 0 | 10 | 11100110 | 1011110 | 1000010 |
Color Harmonies of #5872FA
Complementary color
Monochromatic Colors of #5872FA
Black with #5872FA
Text Example
Text Example
White with #5872FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5872FA; }
p { color: rgb(88,114,250); }
H1.HeaderClassName
{
color: #5872FA;
}
.AnyTagClassName
{
color: #5872FA;
}
</style>
background-color css
<style>
a { background-color: #5872FA; }
a { background-color: rgb(88,114,250); }
div.DivClassName
{
background-color: #5872FA;
}
.BgClassName
{
background-color: #5872FA;
}
</style>
border-color css
<style>
span { border-color: #5872FA; }
span { border-color: rgb(88,114,250); }
td.TdClassName
{
border-color: #5872FA;
}
.TagClassName
{
border-color: #5872FA;
}
</style>