Shades of Royal Blue #545FE5
Tints of Royal Blue #545FE5
RGB
CMYK
RGB Variations
Color information
#545FE5 (or 0x545FE5) is known color: Royal Blue. HEX triplet: 54, 5F and E5. RGB value is (84,95,229). Sum of RGB (Red+Green+Blue) = 84+95+229=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #545FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545FE5 is #ABA01A. Grayscale: #6A6A6A. Windows color (decimal): -11247643 or 15032148. OLE color: 15032148.
HSL color Cylindrical-coordinate representation of color #545FE5: hue angle of 235.45º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #545FE5 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 95 | 229 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.10 |
| HSL | 235.45º | 0.74% | 0.61% | - |
| HSV(B) | 235.45º | 0.63% | 0.9% | - |
| XYZ | 21.89 | 15.73 | 76.01 | - |
| YUV | 106.99 | 196.86 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 229 | 0.63 | 0.59 | 0 | 0.10 | 235.45 | 0.74 | 0.61 |
| Hex | 54 | 5F | E5 | 3F | 3B | 0 | A | EB | 4A | 3D |
| Octal | 124 | 137 | 345 | 77 | 73 | 0 | 12 | 353 | 112 | 75 |
| Binary | 1010100 | 1011111 | 11100101 | 111111 | 111011 | 0 | 1010 | 11101011 | 1001010 | 111101 |
Color Harmonies of #545FE5
Complementary color
Monochromatic Colors of #545FE5
Black with #545FE5
Text Example
Text Example
White with #545FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545FE5; }
p { color: rgb(84,95,229); }
H1.HeaderClassName
{
color: #545FE5;
}
.AnyTagClassName
{
color: #545FE5;
}
</style>
background-color css
<style>
a { background-color: #545FE5; }
a { background-color: rgb(84,95,229); }
div.DivClassName
{
background-color: #545FE5;
}
.BgClassName
{
background-color: #545FE5;
}
</style>
border-color css
<style>
span { border-color: #545FE5; }
span { border-color: rgb(84,95,229); }
td.TdClassName
{
border-color: #545FE5;
}
.TagClassName
{
border-color: #545FE5;
}
</style>