Shades of Royal Blue #1F5FFA
Tints of Royal Blue #1F5FFA
RGB
CMYK
RGB Variations
Color information
#1F5FFA (or 0x1F5FFA) is known color: Royal Blue. HEX triplet: 1F, 5F and FA. RGB value is (31,95,250). Sum of RGB (Red+Green+Blue) = 31+95+250=376 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.24% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F5FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F5FFA is #E0A005. Grayscale: #5C5C5C. Windows color (decimal): -14721030 or 16408351. OLE color: 16408351.
HSL color Cylindrical-coordinate representation of color #1F5FFA: hue angle of 222.47º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F5FFA is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 95 | 250 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.02 |
| HSL | 222.47º | 0.96% | 0.55% | - |
| HSV(B) | 222.47º | 0.88% | 0.98% | - |
| XYZ | 21.91 | 15.38 | 92.26 | - |
| YUV | 93.53 | 216.3 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 250 | 0.88 | 0.62 | 0 | 0.02 | 222.47 | 0.96 | 0.55 |
| Hex | 1F | 5F | FA | 58 | 3E | 0 | 2 | DE | 60 | 37 |
| Octal | 37 | 137 | 372 | 130 | 76 | 0 | 2 | 336 | 140 | 67 |
| Binary | 11111 | 1011111 | 11111010 | 1011000 | 111110 | 0 | 10 | 11011110 | 1100000 | 110111 |
Color Harmonies of #1F5FFA
Complementary color
Monochromatic Colors of #1F5FFA
Black with #1F5FFA
Text Example
Text Example
White with #1F5FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5FFA; }
p { color: rgb(31,95,250); }
H1.HeaderClassName
{
color: #1F5FFA;
}
.AnyTagClassName
{
color: #1F5FFA;
}
</style>
background-color css
<style>
a { background-color: #1F5FFA; }
a { background-color: rgb(31,95,250); }
div.DivClassName
{
background-color: #1F5FFA;
}
.BgClassName
{
background-color: #1F5FFA;
}
</style>
border-color css
<style>
span { border-color: #1F5FFA; }
span { border-color: rgb(31,95,250); }
td.TdClassName
{
border-color: #1F5FFA;
}
.TagClassName
{
border-color: #1F5FFA;
}
</style>