Shades of Royal Blue #526ECF
Tints of Royal Blue #526ECF
RGB
CMYK
RGB Variations
Color information
#526ECF (or 0x526ECF) is known color: Royal Blue. HEX triplet: 52, 6E and CF. RGB value is (82,110,207). Sum of RGB (Red+Green+Blue) = 82+110+207=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #526ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ECF is #AD9130. Grayscale: #707070. Windows color (decimal): -11374897 or 13594194. OLE color: 13594194.
HSL color Cylindrical-coordinate representation of color #526ECF: hue angle of 226.56º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526ECF is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 110 | 207 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.19 |
| HSL | 226.56º | 0.57% | 0.57% | - |
| HSV(B) | 226.56º | 0.6% | 0.81% | - |
| XYZ | 20.32 | 17.45 | 61.33 | - |
| YUV | 112.69 | 181.22 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 207 | 0.60 | 0.47 | 0 | 0.19 | 226.56 | 0.57 | 0.57 |
| Hex | 52 | 6E | CF | 3C | 2F | 0 | 13 | E3 | 39 | 39 |
| Octal | 122 | 156 | 317 | 74 | 57 | 0 | 23 | 343 | 71 | 71 |
| Binary | 1010010 | 1101110 | 11001111 | 111100 | 101111 | 0 | 10011 | 11100011 | 111001 | 111001 |
Color Harmonies of #526ECF
Complementary color
Monochromatic Colors of #526ECF
Black with #526ECF
Text Example
Text Example
White with #526ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526ECF; }
p { color: rgb(82,110,207); }
H1.HeaderClassName
{
color: #526ECF;
}
.AnyTagClassName
{
color: #526ECF;
}
</style>
background-color css
<style>
a { background-color: #526ECF; }
a { background-color: rgb(82,110,207); }
div.DivClassName
{
background-color: #526ECF;
}
.BgClassName
{
background-color: #526ECF;
}
</style>
border-color css
<style>
span { border-color: #526ECF; }
span { border-color: rgb(82,110,207); }
td.TdClassName
{
border-color: #526ECF;
}
.TagClassName
{
border-color: #526ECF;
}
</style>