Shades of Royal Blue #1F55FB
Tints of Royal Blue #1F55FB
RGB
CMYK
RGB Variations
Color information
#1F55FB (or 0x1F55FB) is known color: Royal Blue. HEX triplet: 1F, 55 and FB. RGB value is (31,85,251). Sum of RGB (Red+Green+Blue) = 31+85+251=367 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.45% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F55FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F55FB is #E0AA04. Grayscale: #575757. Windows color (decimal): -14723589 or 16471327. OLE color: 16471327.
HSL color Cylindrical-coordinate representation of color #1F55FB: hue angle of 225.27º 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 #1F55FB is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 85 | 251 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.02 |
| HSL | 225.27º | 0.96% | 0.55% | - |
| HSV(B) | 225.27º | 0.88% | 0.98% | - |
| XYZ | 21.23 | 13.75 | 92.8 | - |
| YUV | 87.78 | 220.11 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 251 | 0.88 | 0.66 | 0 | 0.02 | 225.27 | 0.96 | 0.55 |
| Hex | 1F | 55 | FB | 58 | 42 | 0 | 2 | E1 | 60 | 37 |
| Octal | 37 | 125 | 373 | 130 | 102 | 0 | 2 | 341 | 140 | 67 |
| Binary | 11111 | 1010101 | 11111011 | 1011000 | 1000010 | 0 | 10 | 11100001 | 1100000 | 110111 |
Color Harmonies of #1F55FB
Complementary color
Monochromatic Colors of #1F55FB
Black with #1F55FB
Text Example
Text Example
White with #1F55FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F55FB; }
p { color: rgb(31,85,251); }
H1.HeaderClassName
{
color: #1F55FB;
}
.AnyTagClassName
{
color: #1F55FB;
}
</style>
background-color css
<style>
a { background-color: #1F55FB; }
a { background-color: rgb(31,85,251); }
div.DivClassName
{
background-color: #1F55FB;
}
.BgClassName
{
background-color: #1F55FB;
}
</style>
border-color css
<style>
span { border-color: #1F55FB; }
span { border-color: rgb(31,85,251); }
td.TdClassName
{
border-color: #1F55FB;
}
.TagClassName
{
border-color: #1F55FB;
}
</style>