Shades of Royal Blue #1F58FB
Tints of Royal Blue #1F58FB
RGB
CMYK
RGB Variations
Color information
#1F58FB (or 0x1F58FB) is known color: Royal Blue. HEX triplet: 1F, 58 and FB. RGB value is (31,88,251). Sum of RGB (Red+Green+Blue) = 31+88+251=370 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.38% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F58FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F58FB is #E0A704. Grayscale: #585858. Windows color (decimal): -14722821 or 16472095. OLE color: 16472095.
HSL color Cylindrical-coordinate representation of color #1F58FB: hue angle of 224.45º 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 #1F58FB is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 88 | 251 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.02 |
| HSL | 224.45º | 0.96% | 0.55% | - |
| HSV(B) | 224.45º | 0.88% | 0.98% | - |
| XYZ | 21.47 | 14.24 | 92.88 | - |
| YUV | 89.54 | 219.12 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 88 | 251 | 0.88 | 0.65 | 0 | 0.02 | 224.45 | 0.96 | 0.55 |
| Hex | 1F | 58 | FB | 58 | 41 | 0 | 2 | E0 | 60 | 37 |
| Octal | 37 | 130 | 373 | 130 | 101 | 0 | 2 | 340 | 140 | 67 |
| Binary | 11111 | 1011000 | 11111011 | 1011000 | 1000001 | 0 | 10 | 11100000 | 1100000 | 110111 |
Color Harmonies of #1F58FB
Complementary color
Monochromatic Colors of #1F58FB
Black with #1F58FB
Text Example
Text Example
White with #1F58FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F58FB; }
p { color: rgb(31,88,251); }
H1.HeaderClassName
{
color: #1F58FB;
}
.AnyTagClassName
{
color: #1F58FB;
}
</style>
background-color css
<style>
a { background-color: #1F58FB; }
a { background-color: rgb(31,88,251); }
div.DivClassName
{
background-color: #1F58FB;
}
.BgClassName
{
background-color: #1F58FB;
}
</style>
border-color css
<style>
span { border-color: #1F58FB; }
span { border-color: rgb(31,88,251); }
td.TdClassName
{
border-color: #1F58FB;
}
.TagClassName
{
border-color: #1F58FB;
}
</style>