Shades of Royal Blue #527CDC
Tints of Royal Blue #527CDC
RGB
CMYK
RGB Variations
Color information
#527CDC (or 0x527CDC) is known color: Royal Blue. HEX triplet: 52, 7C and DC. RGB value is (82,124,220). Sum of RGB (Red+Green+Blue) = 82+124+220=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #527CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527CDC is #AD8323. Grayscale: #797979. Windows color (decimal): -11371300 or 14449746. OLE color: 14449746.
HSL color Cylindrical-coordinate representation of color #527CDC: hue angle of 221.74º 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 #527CDC is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 124 | 220 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.14 |
| HSL | 221.74º | 0.66% | 0.59% | - |
| HSV(B) | 221.74º | 0.63% | 0.86% | - |
| XYZ | 23.61 | 21.38 | 70.59 | - |
| YUV | 122.39 | 183.09 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 220 | 0.63 | 0.44 | 0 | 0.14 | 221.74 | 0.66 | 0.59 |
| Hex | 52 | 7C | DC | 3F | 2C | 0 | E | DE | 42 | 3B |
| Octal | 122 | 174 | 334 | 77 | 54 | 0 | 16 | 336 | 102 | 73 |
| Binary | 1010010 | 1111100 | 11011100 | 111111 | 101100 | 0 | 1110 | 11011110 | 1000010 | 111011 |
Color Harmonies of #527CDC
Complementary color
Monochromatic Colors of #527CDC
Black with #527CDC
Text Example
Text Example
White with #527CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527CDC; }
p { color: rgb(82,124,220); }
H1.HeaderClassName
{
color: #527CDC;
}
.AnyTagClassName
{
color: #527CDC;
}
</style>
background-color css
<style>
a { background-color: #527CDC; }
a { background-color: rgb(82,124,220); }
div.DivClassName
{
background-color: #527CDC;
}
.BgClassName
{
background-color: #527CDC;
}
</style>
border-color css
<style>
span { border-color: #527CDC; }
span { border-color: rgb(82,124,220); }
td.TdClassName
{
border-color: #527CDC;
}
.TagClassName
{
border-color: #527CDC;
}
</style>