Shades of Royal Blue #1F59EE
Tints of Royal Blue #1F59EE
RGB
CMYK
RGB Variations
Color information
#1F59EE (or 0x1F59EE) is known color: Royal Blue. HEX triplet: 1F, 59 and EE. RGB value is (31,89,238). Sum of RGB (Red+Green+Blue) = 31+89+238=358 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.66% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 238 (93.36% from 255 or 66.48% from 358); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F59EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F59EE is #E0A611. Grayscale: #575757. Windows color (decimal): -14722578 or 15620383. OLE color: 15620383.
HSL color Cylindrical-coordinate representation of color #1F59EE: hue angle of 223.19º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F59EE is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 89 | 238 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.07 |
| HSL | 223.19º | 0.86% | 0.53% | - |
| HSV(B) | 223.19º | 0.87% | 0.93% | - |
| XYZ | 19.57 | 13.61 | 82.48 | - |
| YUV | 88.64 | 212.28 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 238 | 0.87 | 0.63 | 0 | 0.07 | 223.19 | 0.86 | 0.53 |
| Hex | 1F | 59 | EE | 57 | 3F | 0 | 7 | DF | 56 | 35 |
| Octal | 37 | 131 | 356 | 127 | 77 | 0 | 7 | 337 | 126 | 65 |
| Binary | 11111 | 1011001 | 11101110 | 1010111 | 111111 | 0 | 111 | 11011111 | 1010110 | 110101 |
Color Harmonies of #1F59EE
Complementary color
Monochromatic Colors of #1F59EE
Black with #1F59EE
Text Example
Text Example
White with #1F59EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F59EE; }
p { color: rgb(31,89,238); }
H1.HeaderClassName
{
color: #1F59EE;
}
.AnyTagClassName
{
color: #1F59EE;
}
</style>
background-color css
<style>
a { background-color: #1F59EE; }
a { background-color: rgb(31,89,238); }
div.DivClassName
{
background-color: #1F59EE;
}
.BgClassName
{
background-color: #1F59EE;
}
</style>
border-color css
<style>
span { border-color: #1F59EE; }
span { border-color: rgb(31,89,238); }
td.TdClassName
{
border-color: #1F59EE;
}
.TagClassName
{
border-color: #1F59EE;
}
</style>