Shades of Royal Blue #1F63FB
Tints of Royal Blue #1F63FB
RGB
CMYK
RGB Variations
Color information
#1F63FB (or 0x1F63FB) is known color: Royal Blue. HEX triplet: 1F, 63 and FB. RGB value is (31,99,251). Sum of RGB (Red+Green+Blue) = 31+99+251=381 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.14% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F63FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F63FB is #E09C04. Grayscale: #5F5F5F. Windows color (decimal): -14720005 or 16474911. OLE color: 16474911.
HSL color Cylindrical-coordinate representation of color #1F63FB: hue angle of 221.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 #1F63FB is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 99 | 251 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.02 |
| HSL | 221.45º | 0.96% | 0.55% | - |
| HSV(B) | 221.45º | 0.88% | 0.98% | - |
| XYZ | 22.44 | 16.18 | 93.21 | - |
| YUV | 96 | 215.47 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 251 | 0.88 | 0.61 | 0 | 0.02 | 221.45 | 0.96 | 0.55 |
| Hex | 1F | 63 | FB | 58 | 3D | 0 | 2 | DD | 60 | 37 |
| Octal | 37 | 143 | 373 | 130 | 75 | 0 | 2 | 335 | 140 | 67 |
| Binary | 11111 | 1100011 | 11111011 | 1011000 | 111101 | 0 | 10 | 11011101 | 1100000 | 110111 |
Color Harmonies of #1F63FB
Complementary color
Monochromatic Colors of #1F63FB
Black with #1F63FB
Text Example
Text Example
White with #1F63FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F63FB; }
p { color: rgb(31,99,251); }
H1.HeaderClassName
{
color: #1F63FB;
}
.AnyTagClassName
{
color: #1F63FB;
}
</style>
background-color css
<style>
a { background-color: #1F63FB; }
a { background-color: rgb(31,99,251); }
div.DivClassName
{
background-color: #1F63FB;
}
.BgClassName
{
background-color: #1F63FB;
}
</style>
border-color css
<style>
span { border-color: #1F63FB; }
span { border-color: rgb(31,99,251); }
td.TdClassName
{
border-color: #1F63FB;
}
.TagClassName
{
border-color: #1F63FB;
}
</style>