Shades of Royal Blue #1F62FE
Tints of Royal Blue #1F62FE
RGB
CMYK
RGB Variations
Color information
#1F62FE (or 0x1F62FE) is known color: Royal Blue. HEX triplet: 1F, 62 and FE. RGB value is (31,98,254). Sum of RGB (Red+Green+Blue) = 31+98+254=383 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.09% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F62FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F62FE is #E09D01. Grayscale: #5F5F5F. Windows color (decimal): -14720258 or 16671263. OLE color: 16671263.
HSL color Cylindrical-coordinate representation of color #1F62FE: hue angle of 221.97º 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 #1F62FE is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 98 | 254 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.00 |
| HSL | 221.97º | 0.99% | 0.56% | - |
| HSV(B) | 221.97º | 0.88% | 1% | - |
| XYZ | 22.82 | 16.18 | 95.69 | - |
| YUV | 95.75 | 217.3 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 254 | 0.88 | 0.61 | 0 | 0.00 | 221.97 | 0.99 | 0.56 |
| Hex | 1F | 62 | FE | 58 | 3D | 0 | 0 | DE | 63 | 38 |
| Octal | 37 | 142 | 376 | 130 | 75 | 0 | 0 | 336 | 143 | 70 |
| Binary | 11111 | 1100010 | 11111110 | 1011000 | 111101 | 0 | 0 | 11011110 | 1100011 | 111000 |
Color Harmonies of #1F62FE
Complementary color
Monochromatic Colors of #1F62FE
Black with #1F62FE
Text Example
Text Example
White with #1F62FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F62FE; }
p { color: rgb(31,98,254); }
H1.HeaderClassName
{
color: #1F62FE;
}
.AnyTagClassName
{
color: #1F62FE;
}
</style>
background-color css
<style>
a { background-color: #1F62FE; }
a { background-color: rgb(31,98,254); }
div.DivClassName
{
background-color: #1F62FE;
}
.BgClassName
{
background-color: #1F62FE;
}
</style>
border-color css
<style>
span { border-color: #1F62FE; }
span { border-color: rgb(31,98,254); }
td.TdClassName
{
border-color: #1F62FE;
}
.TagClassName
{
border-color: #1F62FE;
}
</style>