Shades of Royal Blue #1F6EEA
Tints of Royal Blue #1F6EEA
RGB
CMYK
RGB Variations
Color information
#1F6EEA (or 0x1F6EEA) is known color: Royal Blue. HEX triplet: 1F, 6E and EA. RGB value is (31,110,234). Sum of RGB (Red+Green+Blue) = 31+110+234=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #1F6EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F6EEA is #E09115. Grayscale: #636363. Windows color (decimal): -14717206 or 15363615. OLE color: 15363615.
HSL color Cylindrical-coordinate representation of color #1F6EEA: hue angle of 216.65º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F6EEA is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 110 | 234 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.08 |
| HSL | 216.65º | 0.83% | 0.52% | - |
| HSV(B) | 216.65º | 0.87% | 0.92% | - |
| XYZ | 20.99 | 17.38 | 80.09 | - |
| YUV | 100.52 | 203.33 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 110 | 234 | 0.87 | 0.53 | 0 | 0.08 | 216.65 | 0.83 | 0.52 |
| Hex | 1F | 6E | EA | 57 | 35 | 0 | 8 | D9 | 53 | 34 |
| Octal | 37 | 156 | 352 | 127 | 65 | 0 | 10 | 331 | 123 | 64 |
| Binary | 11111 | 1101110 | 11101010 | 1010111 | 110101 | 0 | 1000 | 11011001 | 1010011 | 110100 |
Color Harmonies of #1F6EEA
Complementary color
Monochromatic Colors of #1F6EEA
Black with #1F6EEA
Text Example
Text Example
White with #1F6EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6EEA; }
p { color: rgb(31,110,234); }
H1.HeaderClassName
{
color: #1F6EEA;
}
.AnyTagClassName
{
color: #1F6EEA;
}
</style>
background-color css
<style>
a { background-color: #1F6EEA; }
a { background-color: rgb(31,110,234); }
div.DivClassName
{
background-color: #1F6EEA;
}
.BgClassName
{
background-color: #1F6EEA;
}
</style>
border-color css
<style>
span { border-color: #1F6EEA; }
span { border-color: rgb(31,110,234); }
td.TdClassName
{
border-color: #1F6EEA;
}
.TagClassName
{
border-color: #1F6EEA;
}
</style>