Shades of Royal Blue #5378DC
Tints of Royal Blue #5378DC
RGB
CMYK
RGB Variations
Color information
#5378DC (or 0x5378DC) is known color: Royal Blue. HEX triplet: 53, 78 and DC. RGB value is (83,120,220). Sum of RGB (Red+Green+Blue) = 83+120+220=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #5378DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5378DC is #AC8723. Grayscale: #777777. Windows color (decimal): -11306788 or 14448723. OLE color: 14448723.
HSL color Cylindrical-coordinate representation of color #5378DC: hue angle of 223.8º 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 #5378DC is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 120 | 220 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.14 |
| HSL | 223.8º | 0.66% | 0.59% | - |
| HSV(B) | 223.8º | 0.62% | 0.86% | - |
| XYZ | 23.2 | 20.44 | 70.43 | - |
| YUV | 120.34 | 184.24 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 120 | 220 | 0.62 | 0.45 | 0 | 0.14 | 223.8 | 0.66 | 0.59 |
| Hex | 53 | 78 | DC | 3E | 2D | 0 | E | E0 | 42 | 3B |
| Octal | 123 | 170 | 334 | 76 | 55 | 0 | 16 | 340 | 102 | 73 |
| Binary | 1010011 | 1111000 | 11011100 | 111110 | 101101 | 0 | 1110 | 11100000 | 1000010 | 111011 |
Color Harmonies of #5378DC
Complementary color
Monochromatic Colors of #5378DC
Black with #5378DC
Text Example
Text Example
White with #5378DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5378DC; }
p { color: rgb(83,120,220); }
H1.HeaderClassName
{
color: #5378DC;
}
.AnyTagClassName
{
color: #5378DC;
}
</style>
background-color css
<style>
a { background-color: #5378DC; }
a { background-color: rgb(83,120,220); }
div.DivClassName
{
background-color: #5378DC;
}
.BgClassName
{
background-color: #5378DC;
}
</style>
border-color css
<style>
span { border-color: #5378DC; }
span { border-color: rgb(83,120,220); }
td.TdClassName
{
border-color: #5378DC;
}
.TagClassName
{
border-color: #5378DC;
}
</style>