Shades of Royal Blue #4554DF
Tints of Royal Blue #4554DF
RGB
CMYK
RGB Variations
Color information
#4554DF (or 0x4554DF) is known color: Royal Blue. HEX triplet: 45, 54 and DF. RGB value is (69,84,223). Sum of RGB (Red+Green+Blue) = 69+84+223=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #4554DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4554DF is #BAAB20. Grayscale: #5E5E5E. Windows color (decimal): -12233505 or 14636101. OLE color: 14636101.
HSL color Cylindrical-coordinate representation of color #4554DF: hue angle of 234.16º 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 #4554DF is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 84 | 223 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.13 |
| HSL | 234.16º | 0.71% | 0.57% | - |
| HSV(B) | 234.16º | 0.69% | 0.87% | - |
| XYZ | 18.94 | 12.93 | 71.31 | - |
| YUV | 95.36 | 200.03 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 223 | 0.69 | 0.62 | 0 | 0.13 | 234.16 | 0.71 | 0.57 |
| Hex | 45 | 54 | DF | 45 | 3E | 0 | D | EA | 47 | 39 |
| Octal | 105 | 124 | 337 | 105 | 76 | 0 | 15 | 352 | 107 | 71 |
| Binary | 1000101 | 1010100 | 11011111 | 1000101 | 111110 | 0 | 1101 | 11101010 | 1000111 | 111001 |
Color Harmonies of #4554DF
Complementary color
Monochromatic Colors of #4554DF
Black with #4554DF
Text Example
Text Example
White with #4554DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4554DF; }
p { color: rgb(69,84,223); }
H1.HeaderClassName
{
color: #4554DF;
}
.AnyTagClassName
{
color: #4554DF;
}
</style>
background-color css
<style>
a { background-color: #4554DF; }
a { background-color: rgb(69,84,223); }
div.DivClassName
{
background-color: #4554DF;
}
.BgClassName
{
background-color: #4554DF;
}
</style>
border-color css
<style>
span { border-color: #4554DF; }
span { border-color: rgb(69,84,223); }
td.TdClassName
{
border-color: #4554DF;
}
.TagClassName
{
border-color: #4554DF;
}
</style>