Shades of Royal Blue #527CDD
Tints of Royal Blue #527CDD
RGB
CMYK
RGB Variations
Color information
#527CDD (or 0x527CDD) is known color: Royal Blue. HEX triplet: 52, 7C and DD. RGB value is (82,124,221). Sum of RGB (Red+Green+Blue) = 82+124+221=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #527CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527CDD is #AD8322. Grayscale: #7A7A7A. Windows color (decimal): -11371299 or 14515282. OLE color: 14515282.
HSL color Cylindrical-coordinate representation of color #527CDD: hue angle of 221.87º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #527CDD is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 124 | 221 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.13 |
| HSL | 221.87º | 0.67% | 0.59% | - |
| HSV(B) | 221.87º | 0.63% | 0.87% | - |
| XYZ | 23.74 | 21.43 | 71.29 | - |
| YUV | 122.5 | 183.59 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 221 | 0.63 | 0.44 | 0 | 0.13 | 221.87 | 0.67 | 0.59 |
| Hex | 52 | 7C | DD | 3F | 2C | 0 | D | DE | 43 | 3B |
| Octal | 122 | 174 | 335 | 77 | 54 | 0 | 15 | 336 | 103 | 73 |
| Binary | 1010010 | 1111100 | 11011101 | 111111 | 101100 | 0 | 1101 | 11011110 | 1000011 | 111011 |
Color Harmonies of #527CDD
Complementary color
Monochromatic Colors of #527CDD
Black with #527CDD
Text Example
Text Example
White with #527CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527CDD; }
p { color: rgb(82,124,221); }
H1.HeaderClassName
{
color: #527CDD;
}
.AnyTagClassName
{
color: #527CDD;
}
</style>
background-color css
<style>
a { background-color: #527CDD; }
a { background-color: rgb(82,124,221); }
div.DivClassName
{
background-color: #527CDD;
}
.BgClassName
{
background-color: #527CDD;
}
</style>
border-color css
<style>
span { border-color: #527CDD; }
span { border-color: rgb(82,124,221); }
td.TdClassName
{
border-color: #527CDD;
}
.TagClassName
{
border-color: #527CDD;
}
</style>