Shades of Royal Blue #1F54F1
Tints of Royal Blue #1F54F1
RGB
CMYK
RGB Variations
Color information
#1F54F1 (or 0x1F54F1) is known color: Royal Blue. HEX triplet: 1F, 54 and F1. RGB value is (31,84,241). Sum of RGB (Red+Green+Blue) = 31+84+241=356 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.71% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #1F54F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F54F1 is #E0AB0E. Grayscale: #555555. Windows color (decimal): -14723855 or 15815711. OLE color: 15815711.
HSL color Cylindrical-coordinate representation of color #1F54F1: hue angle of 224.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F54F1 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 84 | 241 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.05 |
| HSL | 224.86º | 0.88% | 0.53% | - |
| HSV(B) | 224.86º | 0.87% | 0.95% | - |
| XYZ | 19.61 | 12.98 | 84.69 | - |
| YUV | 86.05 | 215.44 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 241 | 0.87 | 0.65 | 0 | 0.05 | 224.86 | 0.88 | 0.53 |
| Hex | 1F | 54 | F1 | 57 | 41 | 0 | 5 | E1 | 58 | 35 |
| Octal | 37 | 124 | 361 | 127 | 101 | 0 | 5 | 341 | 130 | 65 |
| Binary | 11111 | 1010100 | 11110001 | 1010111 | 1000001 | 0 | 101 | 11100001 | 1011000 | 110101 |
Color Harmonies of #1F54F1
Complementary color
Monochromatic Colors of #1F54F1
Black with #1F54F1
Text Example
Text Example
White with #1F54F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F54F1; }
p { color: rgb(31,84,241); }
H1.HeaderClassName
{
color: #1F54F1;
}
.AnyTagClassName
{
color: #1F54F1;
}
</style>
background-color css
<style>
a { background-color: #1F54F1; }
a { background-color: rgb(31,84,241); }
div.DivClassName
{
background-color: #1F54F1;
}
.BgClassName
{
background-color: #1F54F1;
}
</style>
border-color css
<style>
span { border-color: #1F54F1; }
span { border-color: rgb(31,84,241); }
td.TdClassName
{
border-color: #1F54F1;
}
.TagClassName
{
border-color: #1F54F1;
}
</style>