Shades of Royal Blue #545FE6
Tints of Royal Blue #545FE6
RGB
CMYK
RGB Variations
Color information
#545FE6 (or 0x545FE6) is known color: Royal Blue. HEX triplet: 54, 5F and E6. RGB value is (84,95,230). Sum of RGB (Red+Green+Blue) = 84+95+230=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 230 (90.23% from 255 or 56.23% from 409); Max value from RGB is 230 - color contains mainly: blue. Hex color #545FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545FE6 is #ABA019. Grayscale: #6A6A6A. Windows color (decimal): -11247642 or 15097684. OLE color: 15097684.
HSL color Cylindrical-coordinate representation of color #545FE6: hue angle of 235.48º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #545FE6 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 95 | 230 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.10 |
| HSL | 235.48º | 0.74% | 0.62% | - |
| HSV(B) | 235.48º | 0.63% | 0.9% | - |
| XYZ | 22.03 | 15.78 | 76.75 | - |
| YUV | 107.1 | 197.36 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 230 | 0.63 | 0.59 | 0 | 0.10 | 235.48 | 0.74 | 0.62 |
| Hex | 54 | 5F | E6 | 3F | 3B | 0 | A | EB | 4A | 3E |
| Octal | 124 | 137 | 346 | 77 | 73 | 0 | 12 | 353 | 112 | 76 |
| Binary | 1010100 | 1011111 | 11100110 | 111111 | 111011 | 0 | 1010 | 11101011 | 1001010 | 111110 |
Color Harmonies of #545FE6
Complementary color
Monochromatic Colors of #545FE6
Black with #545FE6
Text Example
Text Example
White with #545FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545FE6; }
p { color: rgb(84,95,230); }
H1.HeaderClassName
{
color: #545FE6;
}
.AnyTagClassName
{
color: #545FE6;
}
</style>
background-color css
<style>
a { background-color: #545FE6; }
a { background-color: rgb(84,95,230); }
div.DivClassName
{
background-color: #545FE6;
}
.BgClassName
{
background-color: #545FE6;
}
</style>
border-color css
<style>
span { border-color: #545FE6; }
span { border-color: rgb(84,95,230); }
td.TdClassName
{
border-color: #545FE6;
}
.TagClassName
{
border-color: #545FE6;
}
</style>