Shades of Royal Blue #5370FF
Tints of Royal Blue #5370FF
RGB
CMYK
RGB Variations
Color information
#5370FF (or 0x5370FF) is known color: Royal Blue. HEX triplet: 53, 70 and FF. RGB value is (83,112,255). Sum of RGB (Red+Green+Blue) = 83+112+255=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #5370FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5370FF is #AC8F00. Grayscale: #777777. Windows color (decimal): -11308801 or 16740435. OLE color: 16740435.
HSL color Cylindrical-coordinate representation of color #5370FF: hue angle of 229.88º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5370FF is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 112 | 255 | - |
| CMYK | 0.67 | 0.56 | 0 | 0 |
| HSL | 229.88º | 1% | 0.66% | - |
| HSV(B) | 229.88º | 0.67% | 1% | - |
| XYZ | 27.41 | 20.65 | 97.15 | - |
| YUV | 119.63 | 204.39 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 255 | 0.67 | 0.56 | 0 | 0 | 229.88 | 1 | 0.66 |
| Hex | 53 | 70 | FF | 43 | 38 | 0 | 0 | E6 | 64 | 42 |
| Octal | 123 | 160 | 377 | 103 | 70 | 0 | 0 | 346 | 144 | 102 |
| Binary | 1010011 | 1110000 | 11111111 | 1000011 | 111000 | 0 | 0 | 11100110 | 1100100 | 1000010 |
Color Harmonies of #5370FF
Complementary color
Monochromatic Colors of #5370FF
Black with #5370FF
Text Example
Text Example
White with #5370FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5370FF; }
p { color: rgb(83,112,255); }
H1.HeaderClassName
{
color: #5370FF;
}
.AnyTagClassName
{
color: #5370FF;
}
</style>
background-color css
<style>
a { background-color: #5370FF; }
a { background-color: rgb(83,112,255); }
div.DivClassName
{
background-color: #5370FF;
}
.BgClassName
{
background-color: #5370FF;
}
</style>
border-color css
<style>
span { border-color: #5370FF; }
span { border-color: rgb(83,112,255); }
td.TdClassName
{
border-color: #5370FF;
}
.TagClassName
{
border-color: #5370FF;
}
</style>