Shades of Royal Blue #1F59FA
Tints of Royal Blue #1F59FA
RGB
CMYK
RGB Variations
Color information
#1F59FA (or 0x1F59FA) is known color: Royal Blue. HEX triplet: 1F, 59 and FA. RGB value is (31,89,250). Sum of RGB (Red+Green+Blue) = 31+89+250=370 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.38% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F59FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F59FA is #E0A605. Grayscale: #595959. Windows color (decimal): -14722566 or 16406815. OLE color: 16406815.
HSL color Cylindrical-coordinate representation of color #1F59FA: hue angle of 224.11º 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 #1F59FA is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 89 | 250 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.02 |
| HSL | 224.11º | 0.96% | 0.55% | - |
| HSV(B) | 224.11º | 0.88% | 0.98% | - |
| XYZ | 21.39 | 14.34 | 92.08 | - |
| YUV | 90.01 | 218.28 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 250 | 0.88 | 0.64 | 0 | 0.02 | 224.11 | 0.96 | 0.55 |
| Hex | 1F | 59 | FA | 58 | 40 | 0 | 2 | E0 | 60 | 37 |
| Octal | 37 | 131 | 372 | 130 | 100 | 0 | 2 | 340 | 140 | 67 |
| Binary | 11111 | 1011001 | 11111010 | 1011000 | 1000000 | 0 | 10 | 11100000 | 1100000 | 110111 |
Color Harmonies of #1F59FA
Complementary color
Monochromatic Colors of #1F59FA
Black with #1F59FA
Text Example
Text Example
White with #1F59FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F59FA; }
p { color: rgb(31,89,250); }
H1.HeaderClassName
{
color: #1F59FA;
}
.AnyTagClassName
{
color: #1F59FA;
}
</style>
background-color css
<style>
a { background-color: #1F59FA; }
a { background-color: rgb(31,89,250); }
div.DivClassName
{
background-color: #1F59FA;
}
.BgClassName
{
background-color: #1F59FA;
}
</style>
border-color css
<style>
span { border-color: #1F59FA; }
span { border-color: rgb(31,89,250); }
td.TdClassName
{
border-color: #1F59FA;
}
.TagClassName
{
border-color: #1F59FA;
}
</style>