Shades of Royal Blue #1F5BFD
Tints of Royal Blue #1F5BFD
RGB
CMYK
RGB Variations
Color information
#1F5BFD (or 0x1F5BFD) is known color: Royal Blue. HEX triplet: 1F, 5B and FD. RGB value is (31,91,253). Sum of RGB (Red+Green+Blue) = 31+91+253=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #1F5BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F5BFD is #E0A402. Grayscale: #5A5A5A. Windows color (decimal): -14722051 or 16603935. OLE color: 16603935.
HSL color Cylindrical-coordinate representation of color #1F5BFD: hue angle of 223.78º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F5BFD is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 91 | 253 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.01 |
| HSL | 223.78º | 0.98% | 0.56% | - |
| HSV(B) | 223.78º | 0.88% | 0.99% | - |
| XYZ | 22.04 | 14.87 | 94.64 | - |
| YUV | 91.53 | 219.12 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 91 | 253 | 0.88 | 0.64 | 0 | 0.01 | 223.78 | 0.98 | 0.56 |
| Hex | 1F | 5B | FD | 58 | 40 | 0 | 1 | E0 | 62 | 38 |
| Octal | 37 | 133 | 375 | 130 | 100 | 0 | 1 | 340 | 142 | 70 |
| Binary | 11111 | 1011011 | 11111101 | 1011000 | 1000000 | 0 | 1 | 11100000 | 1100010 | 111000 |
Color Harmonies of #1F5BFD
Complementary color
Monochromatic Colors of #1F5BFD
Black with #1F5BFD
Text Example
Text Example
White with #1F5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5BFD; }
p { color: rgb(31,91,253); }
H1.HeaderClassName
{
color: #1F5BFD;
}
.AnyTagClassName
{
color: #1F5BFD;
}
</style>
background-color css
<style>
a { background-color: #1F5BFD; }
a { background-color: rgb(31,91,253); }
div.DivClassName
{
background-color: #1F5BFD;
}
.BgClassName
{
background-color: #1F5BFD;
}
</style>
border-color css
<style>
span { border-color: #1F5BFD; }
span { border-color: rgb(31,91,253); }
td.TdClassName
{
border-color: #1F5BFD;
}
.TagClassName
{
border-color: #1F5BFD;
}
</style>