Shades of Royal Blue #5262D7
Tints of Royal Blue #5262D7
RGB
CMYK
RGB Variations
Color information
#5262D7 (or 0x5262D7) is known color: Royal Blue. HEX triplet: 52, 62 and D7. RGB value is (82,98,215). Sum of RGB (Red+Green+Blue) = 82+98+215=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 215 (84.38% from 255 or 54.43% from 395); Max value from RGB is 215 - color contains mainly: blue. Hex color #5262D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5262D7 is #AD9D28. Grayscale: #6A6A6A. Windows color (decimal): -11377961 or 14115410. OLE color: 14115410.
HSL color Cylindrical-coordinate representation of color #5262D7: hue angle of 232.78º 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 #5262D7 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 98 | 215 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.16 |
| HSL | 232.78º | 0.62% | 0.58% | - |
| HSV(B) | 232.78º | 0.62% | 0.84% | - |
| XYZ | 20.11 | 15.44 | 66.21 | - |
| YUV | 106.55 | 189.2 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 215 | 0.62 | 0.54 | 0 | 0.16 | 232.78 | 0.62 | 0.58 |
| Hex | 52 | 62 | D7 | 3E | 36 | 0 | 10 | E9 | 3E | 3A |
| Octal | 122 | 142 | 327 | 76 | 66 | 0 | 20 | 351 | 76 | 72 |
| Binary | 1010010 | 1100010 | 11010111 | 111110 | 110110 | 0 | 10000 | 11101001 | 111110 | 111010 |
Color Harmonies of #5262D7
Complementary color
Monochromatic Colors of #5262D7
Black with #5262D7
Text Example
Text Example
White with #5262D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5262D7; }
p { color: rgb(82,98,215); }
H1.HeaderClassName
{
color: #5262D7;
}
.AnyTagClassName
{
color: #5262D7;
}
</style>
background-color css
<style>
a { background-color: #5262D7; }
a { background-color: rgb(82,98,215); }
div.DivClassName
{
background-color: #5262D7;
}
.BgClassName
{
background-color: #5262D7;
}
</style>
border-color css
<style>
span { border-color: #5262D7; }
span { border-color: rgb(82,98,215); }
td.TdClassName
{
border-color: #5262D7;
}
.TagClassName
{
border-color: #5262D7;
}
</style>