Shades of Royal Blue #5272DC
Tints of Royal Blue #5272DC
RGB
CMYK
RGB Variations
Color information
#5272DC (or 0x5272DC) is known color: Royal Blue. HEX triplet: 52, 72 and DC. RGB value is (82,114,220). Sum of RGB (Red+Green+Blue) = 82+114+220=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #5272DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5272DC is #AD8D23. Grayscale: #747474. Windows color (decimal): -11373860 or 14447186. OLE color: 14447186.
HSL color Cylindrical-coordinate representation of color #5272DC: hue angle of 226.09º 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 #5272DC is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 114 | 220 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.14 |
| HSL | 226.09º | 0.66% | 0.59% | - |
| HSV(B) | 226.09º | 0.63% | 0.86% | - |
| XYZ | 22.42 | 19 | 70.2 | - |
| YUV | 116.52 | 186.4 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 220 | 0.63 | 0.48 | 0 | 0.14 | 226.09 | 0.66 | 0.59 |
| Hex | 52 | 72 | DC | 3F | 30 | 0 | E | E2 | 42 | 3B |
| Octal | 122 | 162 | 334 | 77 | 60 | 0 | 16 | 342 | 102 | 73 |
| Binary | 1010010 | 1110010 | 11011100 | 111111 | 110000 | 0 | 1110 | 11100010 | 1000010 | 111011 |
Color Harmonies of #5272DC
Complementary color
Monochromatic Colors of #5272DC
Black with #5272DC
Text Example
Text Example
White with #5272DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5272DC; }
p { color: rgb(82,114,220); }
H1.HeaderClassName
{
color: #5272DC;
}
.AnyTagClassName
{
color: #5272DC;
}
</style>
background-color css
<style>
a { background-color: #5272DC; }
a { background-color: rgb(82,114,220); }
div.DivClassName
{
background-color: #5272DC;
}
.BgClassName
{
background-color: #5272DC;
}
</style>
border-color css
<style>
span { border-color: #5272DC; }
span { border-color: rgb(82,114,220); }
td.TdClassName
{
border-color: #5272DC;
}
.TagClassName
{
border-color: #5272DC;
}
</style>