Shades of Royal Blue #5273FA
Tints of Royal Blue #5273FA
RGB
CMYK
RGB Variations
Color information
#5273FA (or 0x5273FA) is known color: Royal Blue. HEX triplet: 52, 73 and FA. RGB value is (82,115,250). Sum of RGB (Red+Green+Blue) = 82+115+250=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #5273FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5273FA is #AD8C05. Grayscale: #777777. Windows color (decimal): -11373574 or 16413522. OLE color: 16413522.
HSL color Cylindrical-coordinate representation of color #5273FA: hue angle of 228.21º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5273FA is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 115 | 250 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.02 |
| HSL | 228.21º | 0.94% | 0.65% | - |
| HSV(B) | 228.21º | 0.67% | 0.98% | - |
| XYZ | 26.87 | 20.96 | 93.07 | - |
| YUV | 120.52 | 201.07 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 115 | 250 | 0.67 | 0.54 | 0 | 0.02 | 228.21 | 0.94 | 0.65 |
| Hex | 52 | 73 | FA | 43 | 36 | 0 | 2 | E4 | 5E | 41 |
| Octal | 122 | 163 | 372 | 103 | 66 | 0 | 2 | 344 | 136 | 101 |
| Binary | 1010010 | 1110011 | 11111010 | 1000011 | 110110 | 0 | 10 | 11100100 | 1011110 | 1000001 |
Color Harmonies of #5273FA
Complementary color
Monochromatic Colors of #5273FA
Black with #5273FA
Text Example
Text Example
White with #5273FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5273FA; }
p { color: rgb(82,115,250); }
H1.HeaderClassName
{
color: #5273FA;
}
.AnyTagClassName
{
color: #5273FA;
}
</style>
background-color css
<style>
a { background-color: #5273FA; }
a { background-color: rgb(82,115,250); }
div.DivClassName
{
background-color: #5273FA;
}
.BgClassName
{
background-color: #5273FA;
}
</style>
border-color css
<style>
span { border-color: #5273FA; }
span { border-color: rgb(82,115,250); }
td.TdClassName
{
border-color: #5273FA;
}
.TagClassName
{
border-color: #5273FA;
}
</style>