Shades of Royal Blue #1F5CFF
Tints of Royal Blue #1F5CFF
RGB
CMYK
RGB Variations
Color information
#1F5CFF (or 0x1F5CFF) is known color: Royal Blue. HEX triplet: 1F, 5C and FF. RGB value is (31,92,255). Sum of RGB (Red+Green+Blue) = 31+92+255=378 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.20% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F5CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F5CFF is #E0A300. Grayscale: #5B5B5B. Windows color (decimal): -14721793 or 16735263. OLE color: 16735263.
HSL color Cylindrical-coordinate representation of color #1F5CFF: hue angle of 223.66º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F5CFF is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 92 | 255 | - |
| CMYK | 0.88 | 0.64 | 0 | 0 |
| HSL | 223.66º | 1% | 0.56% | - |
| HSV(B) | 223.66º | 0.88% | 1% | - |
| XYZ | 22.44 | 15.17 | 96.35 | - |
| YUV | 92.34 | 219.79 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 92 | 255 | 0.88 | 0.64 | 0 | 0 | 223.66 | 1 | 0.56 |
| Hex | 1F | 5C | FF | 58 | 40 | 0 | 0 | E0 | 64 | 38 |
| Octal | 37 | 134 | 377 | 130 | 100 | 0 | 0 | 340 | 144 | 70 |
| Binary | 11111 | 1011100 | 11111111 | 1011000 | 1000000 | 0 | 0 | 11100000 | 1100100 | 111000 |
Color Harmonies of #1F5CFF
Complementary color
Monochromatic Colors of #1F5CFF
Black with #1F5CFF
Text Example
Text Example
White with #1F5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5CFF; }
p { color: rgb(31,92,255); }
H1.HeaderClassName
{
color: #1F5CFF;
}
.AnyTagClassName
{
color: #1F5CFF;
}
</style>
background-color css
<style>
a { background-color: #1F5CFF; }
a { background-color: rgb(31,92,255); }
div.DivClassName
{
background-color: #1F5CFF;
}
.BgClassName
{
background-color: #1F5CFF;
}
</style>
border-color css
<style>
span { border-color: #1F5CFF; }
span { border-color: rgb(31,92,255); }
td.TdClassName
{
border-color: #1F5CFF;
}
.TagClassName
{
border-color: #1F5CFF;
}
</style>