Shades of Royal Blue #5378D7
Tints of Royal Blue #5378D7
RGB
CMYK
RGB Variations
Color information
#5378D7 (or 0x5378D7) is known color: Royal Blue. HEX triplet: 53, 78 and D7. RGB value is (83,120,215). Sum of RGB (Red+Green+Blue) = 83+120+215=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 215 (84.38% from 255 or 51.44% from 418); Max value from RGB is 215 - color contains mainly: blue. Hex color #5378D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5378D7 is #AC8728. Grayscale: #777777. Windows color (decimal): -11306793 or 14121043. OLE color: 14121043.
HSL color Cylindrical-coordinate representation of color #5378D7: hue angle of 223.18º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5378D7 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 120 | 215 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.16 |
| HSL | 223.18º | 0.62% | 0.58% | - |
| HSV(B) | 223.18º | 0.61% | 0.84% | - |
| XYZ | 22.55 | 20.18 | 67 | - |
| YUV | 119.77 | 181.74 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 120 | 215 | 0.61 | 0.44 | 0 | 0.16 | 223.18 | 0.62 | 0.58 |
| Hex | 53 | 78 | D7 | 3D | 2C | 0 | 10 | DF | 3E | 3A |
| Octal | 123 | 170 | 327 | 75 | 54 | 0 | 20 | 337 | 76 | 72 |
| Binary | 1010011 | 1111000 | 11010111 | 111101 | 101100 | 0 | 10000 | 11011111 | 111110 | 111010 |
Color Harmonies of #5378D7
Complementary color
Monochromatic Colors of #5378D7
Black with #5378D7
Text Example
Text Example
White with #5378D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5378D7; }
p { color: rgb(83,120,215); }
H1.HeaderClassName
{
color: #5378D7;
}
.AnyTagClassName
{
color: #5378D7;
}
</style>
background-color css
<style>
a { background-color: #5378D7; }
a { background-color: rgb(83,120,215); }
div.DivClassName
{
background-color: #5378D7;
}
.BgClassName
{
background-color: #5378D7;
}
</style>
border-color css
<style>
span { border-color: #5378D7; }
span { border-color: rgb(83,120,215); }
td.TdClassName
{
border-color: #5378D7;
}
.TagClassName
{
border-color: #5378D7;
}
</style>