Shades of Royal Blue #5475EF
Tints of Royal Blue #5475EF
RGB
CMYK
RGB Variations
Color information
#5475EF (or 0x5475EF) is known color: Royal Blue. HEX triplet: 54, 75 and EF. RGB value is (84,117,239). Sum of RGB (Red+Green+Blue) = 84+117+239=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #5475EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5475EF is #AB8A10. Grayscale: #787878. Windows color (decimal): -11242001 or 15693140. OLE color: 15693140.
HSL color Cylindrical-coordinate representation of color #5475EF: hue angle of 227.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5475EF is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 117 | 239 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.06 |
| HSL | 227.23º | 0.83% | 0.63% | - |
| HSV(B) | 227.23º | 0.65% | 0.94% | - |
| XYZ | 25.6 | 20.84 | 84.33 | - |
| YUV | 121.04 | 194.57 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 117 | 239 | 0.65 | 0.51 | 0 | 0.06 | 227.23 | 0.83 | 0.63 |
| Hex | 54 | 75 | EF | 41 | 33 | 0 | 6 | E3 | 53 | 3F |
| Octal | 124 | 165 | 357 | 101 | 63 | 0 | 6 | 343 | 123 | 77 |
| Binary | 1010100 | 1110101 | 11101111 | 1000001 | 110011 | 0 | 110 | 11100011 | 1010011 | 111111 |
Color Harmonies of #5475EF
Complementary color
Monochromatic Colors of #5475EF
Black with #5475EF
Text Example
Text Example
White with #5475EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5475EF; }
p { color: rgb(84,117,239); }
H1.HeaderClassName
{
color: #5475EF;
}
.AnyTagClassName
{
color: #5475EF;
}
</style>
background-color css
<style>
a { background-color: #5475EF; }
a { background-color: rgb(84,117,239); }
div.DivClassName
{
background-color: #5475EF;
}
.BgClassName
{
background-color: #5475EF;
}
</style>
border-color css
<style>
span { border-color: #5475EF; }
span { border-color: rgb(84,117,239); }
td.TdClassName
{
border-color: #5475EF;
}
.TagClassName
{
border-color: #5475EF;
}
</style>