Shades of Royal Blue #5475DB
Tints of Royal Blue #5475DB
RGB
CMYK
RGB Variations
Color information
#5475DB (or 0x5475DB) is known color: Royal Blue. HEX triplet: 54, 75 and DB. RGB value is (84,117,219). Sum of RGB (Red+Green+Blue) = 84+117+219=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #5475DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5475DB is #AB8A24. Grayscale: #767676. Windows color (decimal): -11242021 or 14382420. OLE color: 14382420.
HSL color Cylindrical-coordinate representation of color #5475DB: hue angle of 225.33º degrees, saturation: 0.65, 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 #5475DB is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 117 | 219 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.14 |
| HSL | 225.33º | 0.65% | 0.59% | - |
| HSV(B) | 225.33º | 0.62% | 0.86% | - |
| XYZ | 22.8 | 19.72 | 69.62 | - |
| YUV | 118.76 | 184.57 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 117 | 219 | 0.62 | 0.47 | 0 | 0.14 | 225.33 | 0.65 | 0.59 |
| Hex | 54 | 75 | DB | 3E | 2F | 0 | E | E1 | 41 | 3B |
| Octal | 124 | 165 | 333 | 76 | 57 | 0 | 16 | 341 | 101 | 73 |
| Binary | 1010100 | 1110101 | 11011011 | 111110 | 101111 | 0 | 1110 | 11100001 | 1000001 | 111011 |
Color Harmonies of #5475DB
Complementary color
Monochromatic Colors of #5475DB
Black with #5475DB
Text Example
Text Example
White with #5475DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5475DB; }
p { color: rgb(84,117,219); }
H1.HeaderClassName
{
color: #5475DB;
}
.AnyTagClassName
{
color: #5475DB;
}
</style>
background-color css
<style>
a { background-color: #5475DB; }
a { background-color: rgb(84,117,219); }
div.DivClassName
{
background-color: #5475DB;
}
.BgClassName
{
background-color: #5475DB;
}
</style>
border-color css
<style>
span { border-color: #5475DB; }
span { border-color: rgb(84,117,219); }
td.TdClassName
{
border-color: #5475DB;
}
.TagClassName
{
border-color: #5475DB;
}
</style>