Shades of Royal Blue #5274D7
Tints of Royal Blue #5274D7
RGB
CMYK
RGB Variations
Color information
#5274D7 (or 0x5274D7) is known color: Royal Blue. HEX triplet: 52, 74 and D7. RGB value is (82,116,215). Sum of RGB (Red+Green+Blue) = 82+116+215=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #5274D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5274D7 is #AD8B28. Grayscale: #747474. Windows color (decimal): -11373353 or 14120018. OLE color: 14120018.
HSL color Cylindrical-coordinate representation of color #5274D7: hue angle of 224.66º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5274D7 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 116 | 215 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.16 |
| HSL | 224.66º | 0.62% | 0.58% | - |
| HSV(B) | 224.66º | 0.62% | 0.84% | - |
| XYZ | 21.99 | 19.19 | 66.84 | - |
| YUV | 117.12 | 183.24 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 215 | 0.62 | 0.46 | 0 | 0.16 | 224.66 | 0.62 | 0.58 |
| Hex | 52 | 74 | D7 | 3E | 2E | 0 | 10 | E1 | 3E | 3A |
| Octal | 122 | 164 | 327 | 76 | 56 | 0 | 20 | 341 | 76 | 72 |
| Binary | 1010010 | 1110100 | 11010111 | 111110 | 101110 | 0 | 10000 | 11100001 | 111110 | 111010 |
Color Harmonies of #5274D7
Complementary color
Monochromatic Colors of #5274D7
Black with #5274D7
Text Example
Text Example
White with #5274D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5274D7; }
p { color: rgb(82,116,215); }
H1.HeaderClassName
{
color: #5274D7;
}
.AnyTagClassName
{
color: #5274D7;
}
</style>
background-color css
<style>
a { background-color: #5274D7; }
a { background-color: rgb(82,116,215); }
div.DivClassName
{
background-color: #5274D7;
}
.BgClassName
{
background-color: #5274D7;
}
</style>
border-color css
<style>
span { border-color: #5274D7; }
span { border-color: rgb(82,116,215); }
td.TdClassName
{
border-color: #5274D7;
}
.TagClassName
{
border-color: #5274D7;
}
</style>