Shades of Medium Blue #1F01E5
Tints of Medium Blue #1F01E5
RGB
CMYK
RGB Variations
Color information
#1F01E5 (or 0x1F01E5) is known color: Medium Blue. HEX triplet: 1F, 01 and E5. RGB value is (31,1,229). Sum of RGB (Red+Green+Blue) = 31+1+229=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 229 (89.84% from 255 or 87.74% from 261); Max value from RGB is 229 - color contains mainly: blue. Hex color #1F01E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F01E5 is #E0FE1A. Grayscale: #232323. Windows color (decimal): -14745115 or 15008031. OLE color: 15008031.
HSL color Cylindrical-coordinate representation of color #1F01E5: hue angle of 247.89º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F01E5 is Cyan = 0.86, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 1 | 229 | - |
| CMYK | 0.86 | 1.00 | 0 | 0.10 |
| HSL | 247.89º | 0.99% | 0.45% | - |
| HSV(B) | 247.89º | 1% | 0.9% | - |
| XYZ | 14.72 | 5.97 | 74.51 | - |
| YUV | 35.96 | 236.94 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 229 | 0.86 | 1.00 | 0 | 0.10 | 247.89 | 0.99 | 0.45 |
| Hex | 1F | 1 | E5 | 56 | 64 | 0 | A | F8 | 63 | 2D |
| Octal | 37 | 1 | 345 | 126 | 144 | 0 | 12 | 370 | 143 | 55 |
| Binary | 11111 | 1 | 11100101 | 1010110 | 1100100 | 0 | 1010 | 11111000 | 1100011 | 101101 |
Color Harmonies of #1F01E5
Complementary color
Monochromatic Colors of #1F01E5
Black with #1F01E5
Text Example
Text Example
White with #1F01E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F01E5; }
p { color: rgb(31,1,229); }
H1.HeaderClassName
{
color: #1F01E5;
}
.AnyTagClassName
{
color: #1F01E5;
}
</style>
background-color css
<style>
a { background-color: #1F01E5; }
a { background-color: rgb(31,1,229); }
div.DivClassName
{
background-color: #1F01E5;
}
.BgClassName
{
background-color: #1F01E5;
}
</style>
border-color css
<style>
span { border-color: #1F01E5; }
span { border-color: rgb(31,1,229); }
td.TdClassName
{
border-color: #1F01E5;
}
.TagClassName
{
border-color: #1F01E5;
}
</style>