Shades of Royal Blue #5370DC
Tints of Royal Blue #5370DC
RGB
CMYK
RGB Variations
Color information
#5370DC (or 0x5370DC) is known color: Royal Blue. HEX triplet: 53, 70 and DC. RGB value is (83,112,220). Sum of RGB (Red+Green+Blue) = 83+112+220=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #5370DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5370DC is #AC8F23. Grayscale: #737373. Windows color (decimal): -11308836 or 14446675. OLE color: 14446675.
HSL color Cylindrical-coordinate representation of color #5370DC: hue angle of 227.3º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5370DC is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 112 | 220 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.14 |
| HSL | 227.3º | 0.66% | 0.59% | - |
| HSV(B) | 227.3º | 0.62% | 0.86% | - |
| XYZ | 22.28 | 18.59 | 70.13 | - |
| YUV | 115.64 | 186.89 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 220 | 0.62 | 0.49 | 0 | 0.14 | 227.3 | 0.66 | 0.59 |
| Hex | 53 | 70 | DC | 3E | 31 | 0 | E | E3 | 42 | 3B |
| Octal | 123 | 160 | 334 | 76 | 61 | 0 | 16 | 343 | 102 | 73 |
| Binary | 1010011 | 1110000 | 11011100 | 111110 | 110001 | 0 | 1110 | 11100011 | 1000010 | 111011 |
Color Harmonies of #5370DC
Complementary color
Monochromatic Colors of #5370DC
Black with #5370DC
Text Example
Text Example
White with #5370DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5370DC; }
p { color: rgb(83,112,220); }
H1.HeaderClassName
{
color: #5370DC;
}
.AnyTagClassName
{
color: #5370DC;
}
</style>
background-color css
<style>
a { background-color: #5370DC; }
a { background-color: rgb(83,112,220); }
div.DivClassName
{
background-color: #5370DC;
}
.BgClassName
{
background-color: #5370DC;
}
</style>
border-color css
<style>
span { border-color: #5370DC; }
span { border-color: rgb(83,112,220); }
td.TdClassName
{
border-color: #5370DC;
}
.TagClassName
{
border-color: #5370DC;
}
</style>