Shades of Royal Blue #1F6FE9
Tints of Royal Blue #1F6FE9
RGB
CMYK
RGB Variations
Color information
#1F6FE9 (or 0x1F6FE9) is known color: Royal Blue. HEX triplet: 1F, 6F and E9. RGB value is (31,111,233). Sum of RGB (Red+Green+Blue) = 31+111+233=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 233 (91.41% from 255 or 62.13% from 375); Max value from RGB is 233 - color contains mainly: blue. Hex color #1F6FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F6FE9 is #E09016. Grayscale: #646464. Windows color (decimal): -14716951 or 15298335. OLE color: 15298335.
HSL color Cylindrical-coordinate representation of color #1F6FE9: hue angle of 216.24º 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 #1F6FE9 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 111 | 233 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.09 |
| HSL | 216.24º | 0.82% | 0.52% | - |
| HSV(B) | 216.24º | 0.87% | 0.91% | - |
| XYZ | 20.96 | 17.54 | 79.37 | - |
| YUV | 100.99 | 202.5 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 111 | 233 | 0.87 | 0.52 | 0 | 0.09 | 216.24 | 0.82 | 0.52 |
| Hex | 1F | 6F | E9 | 57 | 34 | 0 | 9 | D8 | 52 | 34 |
| Octal | 37 | 157 | 351 | 127 | 64 | 0 | 11 | 330 | 122 | 64 |
| Binary | 11111 | 1101111 | 11101001 | 1010111 | 110100 | 0 | 1001 | 11011000 | 1010010 | 110100 |
Color Harmonies of #1F6FE9
Complementary color
Monochromatic Colors of #1F6FE9
Black with #1F6FE9
Text Example
Text Example
White with #1F6FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6FE9; }
p { color: rgb(31,111,233); }
H1.HeaderClassName
{
color: #1F6FE9;
}
.AnyTagClassName
{
color: #1F6FE9;
}
</style>
background-color css
<style>
a { background-color: #1F6FE9; }
a { background-color: rgb(31,111,233); }
div.DivClassName
{
background-color: #1F6FE9;
}
.BgClassName
{
background-color: #1F6FE9;
}
</style>
border-color css
<style>
span { border-color: #1F6FE9; }
span { border-color: rgb(31,111,233); }
td.TdClassName
{
border-color: #1F6FE9;
}
.TagClassName
{
border-color: #1F6FE9;
}
</style>