Shades of Royal Blue #5470CF
Tints of Royal Blue #5470CF
RGB
CMYK
RGB Variations
Color information
#5470CF (or 0x5470CF) is known color: Royal Blue. HEX triplet: 54, 70 and CF. RGB value is (84,112,207). Sum of RGB (Red+Green+Blue) = 84+112+207=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #5470CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5470CF is #AB8F30. Grayscale: #727272. Windows color (decimal): -11243313 or 13594708. OLE color: 13594708.
HSL color Cylindrical-coordinate representation of color #5470CF: hue angle of 226.34º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5470CF is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 112 | 207 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.19 |
| HSL | 226.34º | 0.56% | 0.57% | - |
| HSV(B) | 226.34º | 0.59% | 0.81% | - |
| XYZ | 20.71 | 17.98 | 61.41 | - |
| YUV | 114.46 | 180.22 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 207 | 0.59 | 0.46 | 0 | 0.19 | 226.34 | 0.56 | 0.57 |
| Hex | 54 | 70 | CF | 3B | 2E | 0 | 13 | E2 | 38 | 39 |
| Octal | 124 | 160 | 317 | 73 | 56 | 0 | 23 | 342 | 70 | 71 |
| Binary | 1010100 | 1110000 | 11001111 | 111011 | 101110 | 0 | 10011 | 11100010 | 111000 | 111001 |
Color Harmonies of #5470CF
Complementary color
Monochromatic Colors of #5470CF
Black with #5470CF
Text Example
Text Example
White with #5470CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5470CF; }
p { color: rgb(84,112,207); }
H1.HeaderClassName
{
color: #5470CF;
}
.AnyTagClassName
{
color: #5470CF;
}
</style>
background-color css
<style>
a { background-color: #5470CF; }
a { background-color: rgb(84,112,207); }
div.DivClassName
{
background-color: #5470CF;
}
.BgClassName
{
background-color: #5470CF;
}
</style>
border-color css
<style>
span { border-color: #5470CF; }
span { border-color: rgb(84,112,207); }
td.TdClassName
{
border-color: #5470CF;
}
.TagClassName
{
border-color: #5470CF;
}
</style>