Shades of Royal Blue #5378FC
Tints of Royal Blue #5378FC
RGB
CMYK
RGB Variations
Color information
#5378FC (or 0x5378FC) is known color: Royal Blue. HEX triplet: 53, 78 and FC. RGB value is (83,120,252). Sum of RGB (Red+Green+Blue) = 83+120+252=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #5378FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5378FC is #AC8703. Grayscale: #7B7B7B. Windows color (decimal): -11306756 or 16545875. OLE color: 16545875.
HSL color Cylindrical-coordinate representation of color #5378FC: hue angle of 226.86º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5378FC is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 120 | 252 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.01 |
| HSL | 226.86º | 0.97% | 0.66% | - |
| HSV(B) | 226.86º | 0.67% | 0.99% | - |
| XYZ | 27.85 | 22.3 | 94.93 | - |
| YUV | 123.99 | 200.24 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 120 | 252 | 0.67 | 0.52 | 0 | 0.01 | 226.86 | 0.97 | 0.66 |
| Hex | 53 | 78 | FC | 43 | 34 | 0 | 1 | E3 | 61 | 42 |
| Octal | 123 | 170 | 374 | 103 | 64 | 0 | 1 | 343 | 141 | 102 |
| Binary | 1010011 | 1111000 | 11111100 | 1000011 | 110100 | 0 | 1 | 11100011 | 1100001 | 1000010 |
Color Harmonies of #5378FC
Complementary color
Monochromatic Colors of #5378FC
Black with #5378FC
Text Example
Text Example
White with #5378FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5378FC; }
p { color: rgb(83,120,252); }
H1.HeaderClassName
{
color: #5378FC;
}
.AnyTagClassName
{
color: #5378FC;
}
</style>
background-color css
<style>
a { background-color: #5378FC; }
a { background-color: rgb(83,120,252); }
div.DivClassName
{
background-color: #5378FC;
}
.BgClassName
{
background-color: #5378FC;
}
</style>
border-color css
<style>
span { border-color: #5378FC; }
span { border-color: rgb(83,120,252); }
td.TdClassName
{
border-color: #5378FC;
}
.TagClassName
{
border-color: #5378FC;
}
</style>