Shades of Royal Blue #526FDC
Tints of Royal Blue #526FDC
RGB
CMYK
RGB Variations
Color information
#526FDC (or 0x526FDC) is known color: Royal Blue. HEX triplet: 52, 6F and DC. RGB value is (82,111,220). Sum of RGB (Red+Green+Blue) = 82+111+220=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #526FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FDC is #AD9023. Grayscale: #727272. Windows color (decimal): -11374628 or 14446418. OLE color: 14446418.
HSL color Cylindrical-coordinate representation of color #526FDC: hue angle of 227.39º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #526FDC is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 111 | 220 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.14 |
| HSL | 227.39º | 0.66% | 0.59% | - |
| HSV(B) | 227.39º | 0.63% | 0.86% | - |
| XYZ | 22.08 | 18.33 | 70.08 | - |
| YUV | 114.76 | 187.39 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 220 | 0.63 | 0.50 | 0 | 0.14 | 227.39 | 0.66 | 0.59 |
| Hex | 52 | 6F | DC | 3F | 32 | 0 | E | E3 | 42 | 3B |
| Octal | 122 | 157 | 334 | 77 | 62 | 0 | 16 | 343 | 102 | 73 |
| Binary | 1010010 | 1101111 | 11011100 | 111111 | 110010 | 0 | 1110 | 11100011 | 1000010 | 111011 |
Color Harmonies of #526FDC
Complementary color
Monochromatic Colors of #526FDC
Black with #526FDC
Text Example
Text Example
White with #526FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526FDC; }
p { color: rgb(82,111,220); }
H1.HeaderClassName
{
color: #526FDC;
}
.AnyTagClassName
{
color: #526FDC;
}
</style>
background-color css
<style>
a { background-color: #526FDC; }
a { background-color: rgb(82,111,220); }
div.DivClassName
{
background-color: #526FDC;
}
.BgClassName
{
background-color: #526FDC;
}
</style>
border-color css
<style>
span { border-color: #526FDC; }
span { border-color: rgb(82,111,220); }
td.TdClassName
{
border-color: #526FDC;
}
.TagClassName
{
border-color: #526FDC;
}
</style>