Shades of Royal Blue #1F60E9
Tints of Royal Blue #1F60E9
RGB
CMYK
RGB Variations
Color information
#1F60E9 (or 0x1F60E9) is known color: Royal Blue. HEX triplet: 1F, 60 and E9. RGB value is (31,96,233). Sum of RGB (Red+Green+Blue) = 31+96+233=360 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.61% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 233 (91.41% from 255 or 64.72% from 360); Max value from RGB is 233 - color contains mainly: blue. Hex color #1F60E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F60E9 is #E09F16. Grayscale: #5B5B5B. Windows color (decimal): -14720791 or 15294495. OLE color: 15294495.
HSL color Cylindrical-coordinate representation of color #1F60E9: hue angle of 220.69º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F60E9 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 96 | 233 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.09 |
| HSL | 220.69º | 0.82% | 0.52% | - |
| HSV(B) | 220.69º | 0.87% | 0.91% | - |
| XYZ | 19.46 | 14.54 | 78.87 | - |
| YUV | 92.18 | 207.47 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 233 | 0.87 | 0.59 | 0 | 0.09 | 220.69 | 0.82 | 0.52 |
| Hex | 1F | 60 | E9 | 57 | 3B | 0 | 9 | DD | 52 | 34 |
| Octal | 37 | 140 | 351 | 127 | 73 | 0 | 11 | 335 | 122 | 64 |
| Binary | 11111 | 1100000 | 11101001 | 1010111 | 111011 | 0 | 1001 | 11011101 | 1010010 | 110100 |
Color Harmonies of #1F60E9
Complementary color
Monochromatic Colors of #1F60E9
Black with #1F60E9
Text Example
Text Example
White with #1F60E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F60E9; }
p { color: rgb(31,96,233); }
H1.HeaderClassName
{
color: #1F60E9;
}
.AnyTagClassName
{
color: #1F60E9;
}
</style>
background-color css
<style>
a { background-color: #1F60E9; }
a { background-color: rgb(31,96,233); }
div.DivClassName
{
background-color: #1F60E9;
}
.BgClassName
{
background-color: #1F60E9;
}
</style>
border-color css
<style>
span { border-color: #1F60E9; }
span { border-color: rgb(31,96,233); }
td.TdClassName
{
border-color: #1F60E9;
}
.TagClassName
{
border-color: #1F60E9;
}
</style>