Shades of Royal Blue #5875FC
Tints of Royal Blue #5875FC
RGB
CMYK
RGB Variations
Color information
#5875FC (or 0x5875FC) is known color: Royal Blue. HEX triplet: 58, 75 and FC. RGB value is (88,117,252). Sum of RGB (Red+Green+Blue) = 88+117+252=457 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.26% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #5875FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5875FC is #A78A03. Grayscale: #7B7B7B. Windows color (decimal): -10979844 or 16545112. OLE color: 16545112.
HSL color Cylindrical-coordinate representation of color #5875FC: hue angle of 229.39º degrees, saturation: 0.96, 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 #5875FC is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 117 | 252 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.01 |
| HSL | 229.39º | 0.96% | 0.67% | - |
| HSV(B) | 229.39º | 0.65% | 0.99% | - |
| XYZ | 27.96 | 21.83 | 94.83 | - |
| YUV | 123.72 | 200.39 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 117 | 252 | 0.65 | 0.54 | 0 | 0.01 | 229.39 | 0.96 | 0.67 |
| Hex | 58 | 75 | FC | 41 | 36 | 0 | 1 | E5 | 60 | 43 |
| Octal | 130 | 165 | 374 | 101 | 66 | 0 | 1 | 345 | 140 | 103 |
| Binary | 1011000 | 1110101 | 11111100 | 1000001 | 110110 | 0 | 1 | 11100101 | 1100000 | 1000011 |
Color Harmonies of #5875FC
Complementary color
Monochromatic Colors of #5875FC
Black with #5875FC
Text Example
Text Example
White with #5875FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5875FC; }
p { color: rgb(88,117,252); }
H1.HeaderClassName
{
color: #5875FC;
}
.AnyTagClassName
{
color: #5875FC;
}
</style>
background-color css
<style>
a { background-color: #5875FC; }
a { background-color: rgb(88,117,252); }
div.DivClassName
{
background-color: #5875FC;
}
.BgClassName
{
background-color: #5875FC;
}
</style>
border-color css
<style>
span { border-color: #5875FC; }
span { border-color: rgb(88,117,252); }
td.TdClassName
{
border-color: #5875FC;
}
.TagClassName
{
border-color: #5875FC;
}
</style>