Shades of Royal Blue #1F5BFF
Tints of Royal Blue #1F5BFF
RGB
CMYK
RGB Variations
Color information
#1F5BFF (or 0x1F5BFF) is known color: Royal Blue. HEX triplet: 1F, 5B and FF. RGB value is (31,91,255). Sum of RGB (Red+Green+Blue) = 31+91+255=377 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.22% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F5BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F5BFF is #E0A400. Grayscale: #5B5B5B. Windows color (decimal): -14722049 or 16735007. OLE color: 16735007.
HSL color Cylindrical-coordinate representation of color #1F5BFF: hue angle of 223.93º 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 #1F5BFF is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 91 | 255 | - |
| CMYK | 0.88 | 0.64 | 0 | 0 |
| HSL | 223.93º | 1% | 0.56% | - |
| HSV(B) | 223.93º | 0.88% | 1% | - |
| XYZ | 22.36 | 14.99 | 96.32 | - |
| YUV | 91.76 | 220.12 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 91 | 255 | 0.88 | 0.64 | 0 | 0 | 223.93 | 1 | 0.56 |
| Hex | 1F | 5B | FF | 58 | 40 | 0 | 0 | E0 | 64 | 38 |
| Octal | 37 | 133 | 377 | 130 | 100 | 0 | 0 | 340 | 144 | 70 |
| Binary | 11111 | 1011011 | 11111111 | 1011000 | 1000000 | 0 | 0 | 11100000 | 1100100 | 111000 |
Color Harmonies of #1F5BFF
Complementary color
Monochromatic Colors of #1F5BFF
Black with #1F5BFF
Text Example
Text Example
White with #1F5BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5BFF; }
p { color: rgb(31,91,255); }
H1.HeaderClassName
{
color: #1F5BFF;
}
.AnyTagClassName
{
color: #1F5BFF;
}
</style>
background-color css
<style>
a { background-color: #1F5BFF; }
a { background-color: rgb(31,91,255); }
div.DivClassName
{
background-color: #1F5BFF;
}
.BgClassName
{
background-color: #1F5BFF;
}
</style>
border-color css
<style>
span { border-color: #1F5BFF; }
span { border-color: rgb(31,91,255); }
td.TdClassName
{
border-color: #1F5BFF;
}
.TagClassName
{
border-color: #1F5BFF;
}
</style>