Shades of Royal Blue #1F5DFC
Tints of Royal Blue #1F5DFC
RGB
CMYK
RGB Variations
Color information
#1F5DFC (or 0x1F5DFC) is known color: Royal Blue. HEX triplet: 1F, 5D and FC. RGB value is (31,93,252). Sum of RGB (Red+Green+Blue) = 31+93+252=376 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.24% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #1F5DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F5DFC is #E0A203. Grayscale: #5B5B5B. Windows color (decimal): -14721540 or 16538911. OLE color: 16538911.
HSL color Cylindrical-coordinate representation of color #1F5DFC: hue angle of 223.17º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F5DFC is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 93 | 252 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.01 |
| HSL | 223.17º | 0.97% | 0.55% | - |
| HSV(B) | 223.17º | 0.88% | 0.99% | - |
| XYZ | 22.05 | 15.15 | 93.86 | - |
| YUV | 92.59 | 217.96 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 93 | 252 | 0.88 | 0.63 | 0 | 0.01 | 223.17 | 0.97 | 0.55 |
| Hex | 1F | 5D | FC | 58 | 3F | 0 | 1 | DF | 61 | 37 |
| Octal | 37 | 135 | 374 | 130 | 77 | 0 | 1 | 337 | 141 | 67 |
| Binary | 11111 | 1011101 | 11111100 | 1011000 | 111111 | 0 | 1 | 11011111 | 1100001 | 110111 |
Color Harmonies of #1F5DFC
Complementary color
Monochromatic Colors of #1F5DFC
Black with #1F5DFC
Text Example
Text Example
White with #1F5DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5DFC; }
p { color: rgb(31,93,252); }
H1.HeaderClassName
{
color: #1F5DFC;
}
.AnyTagClassName
{
color: #1F5DFC;
}
</style>
background-color css
<style>
a { background-color: #1F5DFC; }
a { background-color: rgb(31,93,252); }
div.DivClassName
{
background-color: #1F5DFC;
}
.BgClassName
{
background-color: #1F5DFC;
}
</style>
border-color css
<style>
span { border-color: #1F5DFC; }
span { border-color: rgb(31,93,252); }
td.TdClassName
{
border-color: #1F5DFC;
}
.TagClassName
{
border-color: #1F5DFC;
}
</style>