Shades of Royal Blue #545FDF
Tints of Royal Blue #545FDF
RGB
CMYK
RGB Variations
Color information
#545FDF (or 0x545FDF) is known color: Royal Blue. HEX triplet: 54, 5F and DF. RGB value is (84,95,223). Sum of RGB (Red+Green+Blue) = 84+95+223=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #545FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545FDF is #ABA020. Grayscale: #696969. Windows color (decimal): -11247649 or 14638932. OLE color: 14638932.
HSL color Cylindrical-coordinate representation of color #545FDF: hue angle of 235.25º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #545FDF is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 95 | 223 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.13 |
| HSL | 235.25º | 0.68% | 0.6% | - |
| HSV(B) | 235.25º | 0.62% | 0.87% | - |
| XYZ | 21.07 | 15.4 | 71.67 | - |
| YUV | 106.3 | 193.86 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 223 | 0.62 | 0.57 | 0 | 0.13 | 235.25 | 0.68 | 0.6 |
| Hex | 54 | 5F | DF | 3E | 39 | 0 | D | EB | 44 | 3C |
| Octal | 124 | 137 | 337 | 76 | 71 | 0 | 15 | 353 | 104 | 74 |
| Binary | 1010100 | 1011111 | 11011111 | 111110 | 111001 | 0 | 1101 | 11101011 | 1000100 | 111100 |
Color Harmonies of #545FDF
Complementary color
Monochromatic Colors of #545FDF
Black with #545FDF
Text Example
Text Example
White with #545FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545FDF; }
p { color: rgb(84,95,223); }
H1.HeaderClassName
{
color: #545FDF;
}
.AnyTagClassName
{
color: #545FDF;
}
</style>
background-color css
<style>
a { background-color: #545FDF; }
a { background-color: rgb(84,95,223); }
div.DivClassName
{
background-color: #545FDF;
}
.BgClassName
{
background-color: #545FDF;
}
</style>
border-color css
<style>
span { border-color: #545FDF; }
span { border-color: rgb(84,95,223); }
td.TdClassName
{
border-color: #545FDF;
}
.TagClassName
{
border-color: #545FDF;
}
</style>