Shades of Royal Blue #5370FC
Tints of Royal Blue #5370FC
RGB
CMYK
RGB Variations
Color information
#5370FC (or 0x5370FC) is known color: Royal Blue. HEX triplet: 53, 70 and FC. RGB value is (83,112,252). Sum of RGB (Red+Green+Blue) = 83+112+252=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #5370FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5370FC is #AC8F03. Grayscale: #767676. Windows color (decimal): -11308804 or 16543827. OLE color: 16543827.
HSL color Cylindrical-coordinate representation of color #5370FC: hue angle of 229.7º 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 #5370FC is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 112 | 252 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.01 |
| HSL | 229.7º | 0.97% | 0.66% | - |
| HSV(B) | 229.7º | 0.67% | 0.99% | - |
| XYZ | 26.93 | 20.46 | 94.62 | - |
| YUV | 119.29 | 202.89 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 252 | 0.67 | 0.56 | 0 | 0.01 | 229.7 | 0.97 | 0.66 |
| Hex | 53 | 70 | FC | 43 | 38 | 0 | 1 | E6 | 61 | 42 |
| Octal | 123 | 160 | 374 | 103 | 70 | 0 | 1 | 346 | 141 | 102 |
| Binary | 1010011 | 1110000 | 11111100 | 1000011 | 111000 | 0 | 1 | 11100110 | 1100001 | 1000010 |
Color Harmonies of #5370FC
Complementary color
Monochromatic Colors of #5370FC
Black with #5370FC
Text Example
Text Example
White with #5370FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5370FC; }
p { color: rgb(83,112,252); }
H1.HeaderClassName
{
color: #5370FC;
}
.AnyTagClassName
{
color: #5370FC;
}
</style>
background-color css
<style>
a { background-color: #5370FC; }
a { background-color: rgb(83,112,252); }
div.DivClassName
{
background-color: #5370FC;
}
.BgClassName
{
background-color: #5370FC;
}
</style>
border-color css
<style>
span { border-color: #5370FC; }
span { border-color: rgb(83,112,252); }
td.TdClassName
{
border-color: #5370FC;
}
.TagClassName
{
border-color: #5370FC;
}
</style>