Shades of Royal Blue #5273DD
Tints of Royal Blue #5273DD
RGB
CMYK
RGB Variations
Color information
#5273DD (or 0x5273DD) is known color: Royal Blue. HEX triplet: 52, 73 and DD. RGB value is (82,115,221). Sum of RGB (Red+Green+Blue) = 82+115+221=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #5273DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5273DD is #AD8C22. Grayscale: #747474. Windows color (decimal): -11373603 or 14512978. OLE color: 14512978.
HSL color Cylindrical-coordinate representation of color #5273DD: hue angle of 225.76º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5273DD is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 115 | 221 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.13 |
| HSL | 225.76º | 0.67% | 0.59% | - |
| HSV(B) | 225.76º | 0.63% | 0.87% | - |
| XYZ | 22.66 | 19.28 | 70.93 | - |
| YUV | 117.22 | 186.57 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 115 | 221 | 0.63 | 0.48 | 0 | 0.13 | 225.76 | 0.67 | 0.59 |
| Hex | 52 | 73 | DD | 3F | 30 | 0 | D | E2 | 43 | 3B |
| Octal | 122 | 163 | 335 | 77 | 60 | 0 | 15 | 342 | 103 | 73 |
| Binary | 1010010 | 1110011 | 11011101 | 111111 | 110000 | 0 | 1101 | 11100010 | 1000011 | 111011 |
Color Harmonies of #5273DD
Complementary color
Monochromatic Colors of #5273DD
Black with #5273DD
Text Example
Text Example
White with #5273DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5273DD; }
p { color: rgb(82,115,221); }
H1.HeaderClassName
{
color: #5273DD;
}
.AnyTagClassName
{
color: #5273DD;
}
</style>
background-color css
<style>
a { background-color: #5273DD; }
a { background-color: rgb(82,115,221); }
div.DivClassName
{
background-color: #5273DD;
}
.BgClassName
{
background-color: #5273DD;
}
</style>
border-color css
<style>
span { border-color: #5273DD; }
span { border-color: rgb(82,115,221); }
td.TdClassName
{
border-color: #5273DD;
}
.TagClassName
{
border-color: #5273DD;
}
</style>