Shades of Royal Blue #5370CF
Tints of Royal Blue #5370CF
RGB
CMYK
RGB Variations
Color information
#5370CF (or 0x5370CF) is known color: Royal Blue. HEX triplet: 53, 70 and CF. RGB value is (83,112,207). Sum of RGB (Red+Green+Blue) = 83+112+207=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #5370CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5370CF is #AC8F30. Grayscale: #717171. Windows color (decimal): -11308849 or 13594707. OLE color: 13594707.
HSL color Cylindrical-coordinate representation of color #5370CF: hue angle of 225.97º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5370CF is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 112 | 207 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.19 |
| HSL | 225.97º | 0.56% | 0.57% | - |
| HSV(B) | 225.97º | 0.6% | 0.81% | - |
| XYZ | 20.62 | 17.93 | 61.41 | - |
| YUV | 114.16 | 180.39 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 207 | 0.60 | 0.46 | 0 | 0.19 | 225.97 | 0.56 | 0.57 |
| Hex | 53 | 70 | CF | 3C | 2E | 0 | 13 | E2 | 38 | 39 |
| Octal | 123 | 160 | 317 | 74 | 56 | 0 | 23 | 342 | 70 | 71 |
| Binary | 1010011 | 1110000 | 11001111 | 111100 | 101110 | 0 | 10011 | 11100010 | 111000 | 111001 |
Color Harmonies of #5370CF
Complementary color
Monochromatic Colors of #5370CF
Black with #5370CF
Text Example
Text Example
White with #5370CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5370CF; }
p { color: rgb(83,112,207); }
H1.HeaderClassName
{
color: #5370CF;
}
.AnyTagClassName
{
color: #5370CF;
}
</style>
background-color css
<style>
a { background-color: #5370CF; }
a { background-color: rgb(83,112,207); }
div.DivClassName
{
background-color: #5370CF;
}
.BgClassName
{
background-color: #5370CF;
}
</style>
border-color css
<style>
span { border-color: #5370CF; }
span { border-color: rgb(83,112,207); }
td.TdClassName
{
border-color: #5370CF;
}
.TagClassName
{
border-color: #5370CF;
}
</style>