Shades of Royal Blue #5272DF
Tints of Royal Blue #5272DF
RGB
CMYK
RGB Variations
Color information
#5272DF (or 0x5272DF) is known color: Royal Blue. HEX triplet: 52, 72 and DF. RGB value is (82,114,223). Sum of RGB (Red+Green+Blue) = 82+114+223=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #5272DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5272DF is #AD8D20. Grayscale: #747474. Windows color (decimal): -11373857 or 14643794. OLE color: 14643794.
HSL color Cylindrical-coordinate representation of color #5272DF: hue angle of 226.38º 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 #5272DF is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 114 | 223 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.13 |
| HSL | 226.38º | 0.69% | 0.6% | - |
| HSV(B) | 226.38º | 0.63% | 0.87% | - |
| XYZ | 22.82 | 19.16 | 72.31 | - |
| YUV | 116.86 | 187.9 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 223 | 0.63 | 0.49 | 0 | 0.13 | 226.38 | 0.69 | 0.6 |
| Hex | 52 | 72 | DF | 3F | 31 | 0 | D | E2 | 45 | 3C |
| Octal | 122 | 162 | 337 | 77 | 61 | 0 | 15 | 342 | 105 | 74 |
| Binary | 1010010 | 1110010 | 11011111 | 111111 | 110001 | 0 | 1101 | 11100010 | 1000101 | 111100 |
Color Harmonies of #5272DF
Complementary color
Monochromatic Colors of #5272DF
Black with #5272DF
Text Example
Text Example
White with #5272DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5272DF; }
p { color: rgb(82,114,223); }
H1.HeaderClassName
{
color: #5272DF;
}
.AnyTagClassName
{
color: #5272DF;
}
</style>
background-color css
<style>
a { background-color: #5272DF; }
a { background-color: rgb(82,114,223); }
div.DivClassName
{
background-color: #5272DF;
}
.BgClassName
{
background-color: #5272DF;
}
</style>
border-color css
<style>
span { border-color: #5272DF; }
span { border-color: rgb(82,114,223); }
td.TdClassName
{
border-color: #5272DF;
}
.TagClassName
{
border-color: #5272DF;
}
</style>