Shades of Royal Blue #1F63FE
Tints of Royal Blue #1F63FE
RGB
CMYK
RGB Variations
Color information
#1F63FE (or 0x1F63FE) is known color: Royal Blue. HEX triplet: 1F, 63 and FE. RGB value is (31,99,254). Sum of RGB (Red+Green+Blue) = 31+99+254=384 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.07% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F63FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F63FE is #E09C01. Grayscale: #5F5F5F. Windows color (decimal): -14720002 or 16671519. OLE color: 16671519.
HSL color Cylindrical-coordinate representation of color #1F63FE: hue angle of 221.7º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F63FE is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 99 | 254 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.00 |
| HSL | 221.7º | 0.99% | 0.56% | - |
| HSV(B) | 221.7º | 0.88% | 1% | - |
| XYZ | 22.92 | 16.37 | 95.72 | - |
| YUV | 96.34 | 216.97 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 254 | 0.88 | 0.61 | 0 | 0.00 | 221.7 | 0.99 | 0.56 |
| Hex | 1F | 63 | FE | 58 | 3D | 0 | 0 | DE | 63 | 38 |
| Octal | 37 | 143 | 376 | 130 | 75 | 0 | 0 | 336 | 143 | 70 |
| Binary | 11111 | 1100011 | 11111110 | 1011000 | 111101 | 0 | 0 | 11011110 | 1100011 | 111000 |
Color Harmonies of #1F63FE
Complementary color
Monochromatic Colors of #1F63FE
Black with #1F63FE
Text Example
Text Example
White with #1F63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F63FE; }
p { color: rgb(31,99,254); }
H1.HeaderClassName
{
color: #1F63FE;
}
.AnyTagClassName
{
color: #1F63FE;
}
</style>
background-color css
<style>
a { background-color: #1F63FE; }
a { background-color: rgb(31,99,254); }
div.DivClassName
{
background-color: #1F63FE;
}
.BgClassName
{
background-color: #1F63FE;
}
</style>
border-color css
<style>
span { border-color: #1F63FE; }
span { border-color: rgb(31,99,254); }
td.TdClassName
{
border-color: #1F63FE;
}
.TagClassName
{
border-color: #1F63FE;
}
</style>