Shades of Royal Blue #1F62FA
Tints of Royal Blue #1F62FA
RGB
CMYK
RGB Variations
Color information
#1F62FA (or 0x1F62FA) is known color: Royal Blue. HEX triplet: 1F, 62 and FA. RGB value is (31,98,250). Sum of RGB (Red+Green+Blue) = 31+98+250=379 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.18% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F62FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F62FA is #E09D05. Grayscale: #5E5E5E. Windows color (decimal): -14720262 or 16409119. OLE color: 16409119.
HSL color Cylindrical-coordinate representation of color #1F62FA: hue angle of 221.64º 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 #1F62FA is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 98 | 250 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.02 |
| HSL | 221.64º | 0.96% | 0.55% | - |
| HSV(B) | 221.64º | 0.88% | 0.98% | - |
| XYZ | 22.19 | 15.93 | 92.35 | - |
| YUV | 95.3 | 215.3 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 250 | 0.88 | 0.61 | 0 | 0.02 | 221.64 | 0.96 | 0.55 |
| Hex | 1F | 62 | FA | 58 | 3D | 0 | 2 | DE | 60 | 37 |
| Octal | 37 | 142 | 372 | 130 | 75 | 0 | 2 | 336 | 140 | 67 |
| Binary | 11111 | 1100010 | 11111010 | 1011000 | 111101 | 0 | 10 | 11011110 | 1100000 | 110111 |
Color Harmonies of #1F62FA
Complementary color
Monochromatic Colors of #1F62FA
Black with #1F62FA
Text Example
Text Example
White with #1F62FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F62FA; }
p { color: rgb(31,98,250); }
H1.HeaderClassName
{
color: #1F62FA;
}
.AnyTagClassName
{
color: #1F62FA;
}
</style>
background-color css
<style>
a { background-color: #1F62FA; }
a { background-color: rgb(31,98,250); }
div.DivClassName
{
background-color: #1F62FA;
}
.BgClassName
{
background-color: #1F62FA;
}
</style>
border-color css
<style>
span { border-color: #1F62FA; }
span { border-color: rgb(31,98,250); }
td.TdClassName
{
border-color: #1F62FA;
}
.TagClassName
{
border-color: #1F62FA;
}
</style>