Shades of Royal Blue #5273FE
Tints of Royal Blue #5273FE
RGB
CMYK
RGB Variations
Color information
#5273FE (or 0x5273FE) is known color: Royal Blue. HEX triplet: 52, 73 and FE. RGB value is (82,115,254). Sum of RGB (Red+Green+Blue) = 82+115+254=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #5273FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5273FE is #AD8C01. Grayscale: #787878. Windows color (decimal): -11373570 or 16675666. OLE color: 16675666.
HSL color Cylindrical-coordinate representation of color #5273FE: hue angle of 228.49º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5273FE is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 115 | 254 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.00 |
| HSL | 228.49º | 0.99% | 0.66% | - |
| HSV(B) | 228.49º | 0.68% | 1% | - |
| XYZ | 27.5 | 21.21 | 96.41 | - |
| YUV | 120.98 | 203.07 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 115 | 254 | 0.68 | 0.55 | 0 | 0.00 | 228.49 | 0.99 | 0.66 |
| Hex | 52 | 73 | FE | 44 | 37 | 0 | 0 | E4 | 63 | 42 |
| Octal | 122 | 163 | 376 | 104 | 67 | 0 | 0 | 344 | 143 | 102 |
| Binary | 1010010 | 1110011 | 11111110 | 1000100 | 110111 | 0 | 0 | 11100100 | 1100011 | 1000010 |
Color Harmonies of #5273FE
Complementary color
Monochromatic Colors of #5273FE
Black with #5273FE
Text Example
Text Example
White with #5273FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5273FE; }
p { color: rgb(82,115,254); }
H1.HeaderClassName
{
color: #5273FE;
}
.AnyTagClassName
{
color: #5273FE;
}
</style>
background-color css
<style>
a { background-color: #5273FE; }
a { background-color: rgb(82,115,254); }
div.DivClassName
{
background-color: #5273FE;
}
.BgClassName
{
background-color: #5273FE;
}
</style>
border-color css
<style>
span { border-color: #5273FE; }
span { border-color: rgb(82,115,254); }
td.TdClassName
{
border-color: #5273FE;
}
.TagClassName
{
border-color: #5273FE;
}
</style>