Shades of Royal Blue #527CDF
Tints of Royal Blue #527CDF
RGB
CMYK
RGB Variations
Color information
#527CDF (or 0x527CDF) is known color: Royal Blue. HEX triplet: 52, 7C and DF. RGB value is (82,124,223). Sum of RGB (Red+Green+Blue) = 82+124+223=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #527CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527CDF is #AD8320. Grayscale: #7A7A7A. Windows color (decimal): -11371297 or 14646354. OLE color: 14646354.
HSL color Cylindrical-coordinate representation of color #527CDF: hue angle of 222.13º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #527CDF is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 124 | 223 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.13 |
| HSL | 222.13º | 0.69% | 0.6% | - |
| HSV(B) | 222.13º | 0.63% | 0.87% | - |
| XYZ | 24.01 | 21.54 | 72.7 | - |
| YUV | 122.73 | 184.59 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 223 | 0.63 | 0.44 | 0 | 0.13 | 222.13 | 0.69 | 0.6 |
| Hex | 52 | 7C | DF | 3F | 2C | 0 | D | DE | 45 | 3C |
| Octal | 122 | 174 | 337 | 77 | 54 | 0 | 15 | 336 | 105 | 74 |
| Binary | 1010010 | 1111100 | 11011111 | 111111 | 101100 | 0 | 1101 | 11011110 | 1000101 | 111100 |
Color Harmonies of #527CDF
Complementary color
Monochromatic Colors of #527CDF
Black with #527CDF
Text Example
Text Example
White with #527CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527CDF; }
p { color: rgb(82,124,223); }
H1.HeaderClassName
{
color: #527CDF;
}
.AnyTagClassName
{
color: #527CDF;
}
</style>
background-color css
<style>
a { background-color: #527CDF; }
a { background-color: rgb(82,124,223); }
div.DivClassName
{
background-color: #527CDF;
}
.BgClassName
{
background-color: #527CDF;
}
</style>
border-color css
<style>
span { border-color: #527CDF; }
span { border-color: rgb(82,124,223); }
td.TdClassName
{
border-color: #527CDF;
}
.TagClassName
{
border-color: #527CDF;
}
</style>