Shades of Royal Blue #4552DF
Tints of Royal Blue #4552DF
RGB
CMYK
RGB Variations
Color information
#4552DF (or 0x4552DF) is known color: Royal Blue. HEX triplet: 45, 52 and DF. RGB value is (69,82,223). Sum of RGB (Red+Green+Blue) = 69+82+223=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #4552DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4552DF is #BAAD20. Grayscale: #5D5D5D. Windows color (decimal): -12234017 or 14635589. OLE color: 14635589.
HSL color Cylindrical-coordinate representation of color #4552DF: hue angle of 234.94º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4552DF is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 82 | 223 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.13 |
| HSL | 234.94º | 0.71% | 0.57% | - |
| HSV(B) | 234.94º | 0.69% | 0.87% | - |
| XYZ | 18.79 | 12.63 | 71.26 | - |
| YUV | 94.19 | 200.69 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 223 | 0.69 | 0.63 | 0 | 0.13 | 234.94 | 0.71 | 0.57 |
| Hex | 45 | 52 | DF | 45 | 3F | 0 | D | EB | 47 | 39 |
| Octal | 105 | 122 | 337 | 105 | 77 | 0 | 15 | 353 | 107 | 71 |
| Binary | 1000101 | 1010010 | 11011111 | 1000101 | 111111 | 0 | 1101 | 11101011 | 1000111 | 111001 |
Color Harmonies of #4552DF
Complementary color
Monochromatic Colors of #4552DF
Black with #4552DF
Text Example
Text Example
White with #4552DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4552DF; }
p { color: rgb(69,82,223); }
H1.HeaderClassName
{
color: #4552DF;
}
.AnyTagClassName
{
color: #4552DF;
}
</style>
background-color css
<style>
a { background-color: #4552DF; }
a { background-color: rgb(69,82,223); }
div.DivClassName
{
background-color: #4552DF;
}
.BgClassName
{
background-color: #4552DF;
}
</style>
border-color css
<style>
span { border-color: #4552DF; }
span { border-color: rgb(69,82,223); }
td.TdClassName
{
border-color: #4552DF;
}
.TagClassName
{
border-color: #4552DF;
}
</style>