Shades of Royal Blue #5275FF
Tints of Royal Blue #5275FF
RGB
CMYK
RGB Variations
Color information
#5275FF (or 0x5275FF) is known color: Royal Blue. HEX triplet: 52, 75 and FF. RGB value is (82,117,255). Sum of RGB (Red+Green+Blue) = 82+117+255=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #5275FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5275FF is #AD8A00. Grayscale: #797979. Windows color (decimal): -11373057 or 16741714. OLE color: 16741714.
HSL color Cylindrical-coordinate representation of color #5275FF: hue angle of 227.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5275FF is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 117 | 255 | - |
| CMYK | 0.68 | 0.54 | 0 | 0 |
| HSL | 227.86º | 1% | 0.66% | - |
| HSV(B) | 227.86º | 0.68% | 1% | - |
| XYZ | 27.89 | 21.74 | 97.33 | - |
| YUV | 122.27 | 202.9 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 117 | 255 | 0.68 | 0.54 | 0 | 0 | 227.86 | 1 | 0.66 |
| Hex | 52 | 75 | FF | 44 | 36 | 0 | 0 | E4 | 64 | 42 |
| Octal | 122 | 165 | 377 | 104 | 66 | 0 | 0 | 344 | 144 | 102 |
| Binary | 1010010 | 1110101 | 11111111 | 1000100 | 110110 | 0 | 0 | 11100100 | 1100100 | 1000010 |
Color Harmonies of #5275FF
Complementary color
Monochromatic Colors of #5275FF
Black with #5275FF
Text Example
Text Example
White with #5275FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5275FF; }
p { color: rgb(82,117,255); }
H1.HeaderClassName
{
color: #5275FF;
}
.AnyTagClassName
{
color: #5275FF;
}
</style>
background-color css
<style>
a { background-color: #5275FF; }
a { background-color: rgb(82,117,255); }
div.DivClassName
{
background-color: #5275FF;
}
.BgClassName
{
background-color: #5275FF;
}
</style>
border-color css
<style>
span { border-color: #5275FF; }
span { border-color: rgb(82,117,255); }
td.TdClassName
{
border-color: #5275FF;
}
.TagClassName
{
border-color: #5275FF;
}
</style>