Shades of Royal Blue #526BD2
Tints of Royal Blue #526BD2
RGB
CMYK
RGB Variations
Color information
#526BD2 (or 0x526BD2) is known color: Royal Blue. HEX triplet: 52, 6B and D2. RGB value is (82,107,210). Sum of RGB (Red+Green+Blue) = 82+107+210=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 210 (82.42% from 255 or 52.63% from 399); Max value from RGB is 210 - color contains mainly: blue. Hex color #526BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526BD2 is #AD942D. Grayscale: #6E6E6E. Windows color (decimal): -11375662 or 13790034. OLE color: 13790034.
HSL color Cylindrical-coordinate representation of color #526BD2: hue angle of 228.28º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #526BD2 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 107 | 210 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.18 |
| HSL | 228.28º | 0.59% | 0.57% | - |
| HSV(B) | 228.28º | 0.61% | 0.82% | - |
| XYZ | 20.37 | 16.96 | 63.17 | - |
| YUV | 111.27 | 183.72 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 210 | 0.61 | 0.49 | 0 | 0.18 | 228.28 | 0.59 | 0.57 |
| Hex | 52 | 6B | D2 | 3D | 31 | 0 | 12 | E4 | 3B | 39 |
| Octal | 122 | 153 | 322 | 75 | 61 | 0 | 22 | 344 | 73 | 71 |
| Binary | 1010010 | 1101011 | 11010010 | 111101 | 110001 | 0 | 10010 | 11100100 | 111011 | 111001 |
Color Harmonies of #526BD2
Complementary color
Monochromatic Colors of #526BD2
Black with #526BD2
Text Example
Text Example
White with #526BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526BD2; }
p { color: rgb(82,107,210); }
H1.HeaderClassName
{
color: #526BD2;
}
.AnyTagClassName
{
color: #526BD2;
}
</style>
background-color css
<style>
a { background-color: #526BD2; }
a { background-color: rgb(82,107,210); }
div.DivClassName
{
background-color: #526BD2;
}
.BgClassName
{
background-color: #526BD2;
}
</style>
border-color css
<style>
span { border-color: #526BD2; }
span { border-color: rgb(82,107,210); }
td.TdClassName
{
border-color: #526BD2;
}
.TagClassName
{
border-color: #526BD2;
}
</style>