Shades of Royal Blue #5375FC
Tints of Royal Blue #5375FC
RGB
CMYK
RGB Variations
Color information
#5375FC (or 0x5375FC) is known color: Royal Blue. HEX triplet: 53, 75 and FC. RGB value is (83,117,252). Sum of RGB (Red+Green+Blue) = 83+117+252=452 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.36% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #5375FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5375FC is #AC8A03. Grayscale: #797979. Windows color (decimal): -11307524 or 16545107. OLE color: 16545107.
HSL color Cylindrical-coordinate representation of color #5375FC: hue angle of 227.93º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5375FC is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 117 | 252 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.01 |
| HSL | 227.93º | 0.97% | 0.66% | - |
| HSV(B) | 227.93º | 0.67% | 0.99% | - |
| XYZ | 27.5 | 21.59 | 94.81 | - |
| YUV | 122.22 | 201.24 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 252 | 0.67 | 0.54 | 0 | 0.01 | 227.93 | 0.97 | 0.66 |
| Hex | 53 | 75 | FC | 43 | 36 | 0 | 1 | E4 | 61 | 42 |
| Octal | 123 | 165 | 374 | 103 | 66 | 0 | 1 | 344 | 141 | 102 |
| Binary | 1010011 | 1110101 | 11111100 | 1000011 | 110110 | 0 | 1 | 11100100 | 1100001 | 1000010 |
Color Harmonies of #5375FC
Complementary color
Monochromatic Colors of #5375FC
Black with #5375FC
Text Example
Text Example
White with #5375FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5375FC; }
p { color: rgb(83,117,252); }
H1.HeaderClassName
{
color: #5375FC;
}
.AnyTagClassName
{
color: #5375FC;
}
</style>
background-color css
<style>
a { background-color: #5375FC; }
a { background-color: rgb(83,117,252); }
div.DivClassName
{
background-color: #5375FC;
}
.BgClassName
{
background-color: #5375FC;
}
</style>
border-color css
<style>
span { border-color: #5375FC; }
span { border-color: rgb(83,117,252); }
td.TdClassName
{
border-color: #5375FC;
}
.TagClassName
{
border-color: #5375FC;
}
</style>