Shades of Royal Blue #5472F4
Tints of Royal Blue #5472F4
RGB
CMYK
RGB Variations
Color information
#5472F4 (or 0x5472F4) is known color: Royal Blue. HEX triplet: 54, 72 and F4. RGB value is (84,114,244). Sum of RGB (Red+Green+Blue) = 84+114+244=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 244 (95.70% from 255 or 55.20% from 442); Max value from RGB is 244 - color contains mainly: blue. Hex color #5472F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5472F4 is #AB8D0B. Grayscale: #777777. Windows color (decimal): -11242764 or 16020052. OLE color: 16020052.
HSL color Cylindrical-coordinate representation of color #5472F4: hue angle of 228.75º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5472F4 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 114 | 244 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.04 |
| HSL | 228.75º | 0.88% | 0.64% | - |
| HSV(B) | 228.75º | 0.66% | 0.96% | - |
| XYZ | 26 | 20.45 | 88.16 | - |
| YUV | 119.85 | 198.06 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 114 | 244 | 0.66 | 0.53 | 0 | 0.04 | 228.75 | 0.88 | 0.64 |
| Hex | 54 | 72 | F4 | 42 | 35 | 0 | 4 | E5 | 58 | 40 |
| Octal | 124 | 162 | 364 | 102 | 65 | 0 | 4 | 345 | 130 | 100 |
| Binary | 1010100 | 1110010 | 11110100 | 1000010 | 110101 | 0 | 100 | 11100101 | 1011000 | 1000000 |
Color Harmonies of #5472F4
Complementary color
Monochromatic Colors of #5472F4
Black with #5472F4
Text Example
Text Example
White with #5472F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5472F4; }
p { color: rgb(84,114,244); }
H1.HeaderClassName
{
color: #5472F4;
}
.AnyTagClassName
{
color: #5472F4;
}
</style>
background-color css
<style>
a { background-color: #5472F4; }
a { background-color: rgb(84,114,244); }
div.DivClassName
{
background-color: #5472F4;
}
.BgClassName
{
background-color: #5472F4;
}
</style>
border-color css
<style>
span { border-color: #5472F4; }
span { border-color: rgb(84,114,244); }
td.TdClassName
{
border-color: #5472F4;
}
.TagClassName
{
border-color: #5472F4;
}
</style>