Shades of Royal Blue #1F5FEC
Tints of Royal Blue #1F5FEC
RGB
CMYK
RGB Variations
Color information
#1F5FEC (or 0x1F5FEC) is known color: Royal Blue. HEX triplet: 1F, 5F and EC. RGB value is (31,95,236). Sum of RGB (Red+Green+Blue) = 31+95+236=362 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.56% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #1F5FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F5FEC is #E0A013. Grayscale: #5B5B5B. Windows color (decimal): -14721044 or 15490847. OLE color: 15490847.
HSL color Cylindrical-coordinate representation of color #1F5FEC: hue angle of 221.27º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F5FEC is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 95 | 236 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.07 |
| HSL | 221.27º | 0.84% | 0.52% | - |
| HSV(B) | 221.27º | 0.87% | 0.93% | - |
| XYZ | 19.8 | 14.53 | 81.12 | - |
| YUV | 91.94 | 209.3 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 236 | 0.87 | 0.60 | 0 | 0.07 | 221.27 | 0.84 | 0.52 |
| Hex | 1F | 5F | EC | 57 | 3C | 0 | 7 | DD | 54 | 34 |
| Octal | 37 | 137 | 354 | 127 | 74 | 0 | 7 | 335 | 124 | 64 |
| Binary | 11111 | 1011111 | 11101100 | 1010111 | 111100 | 0 | 111 | 11011101 | 1010100 | 110100 |
Color Harmonies of #1F5FEC
Complementary color
Monochromatic Colors of #1F5FEC
Black with #1F5FEC
Text Example
Text Example
White with #1F5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5FEC; }
p { color: rgb(31,95,236); }
H1.HeaderClassName
{
color: #1F5FEC;
}
.AnyTagClassName
{
color: #1F5FEC;
}
</style>
background-color css
<style>
a { background-color: #1F5FEC; }
a { background-color: rgb(31,95,236); }
div.DivClassName
{
background-color: #1F5FEC;
}
.BgClassName
{
background-color: #1F5FEC;
}
</style>
border-color css
<style>
span { border-color: #1F5FEC; }
span { border-color: rgb(31,95,236); }
td.TdClassName
{
border-color: #1F5FEC;
}
.TagClassName
{
border-color: #1F5FEC;
}
</style>