Shades of Medium Blue #1F15DE
Tints of Medium Blue #1F15DE
RGB
CMYK
RGB Variations
Color information
#1F15DE (or 0x1F15DE) is known color: Medium Blue. HEX triplet: 1F, 15 and DE. RGB value is (31,21,222). Sum of RGB (Red+Green+Blue) = 31+21+222=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 222 (87.11% from 255 or 81.02% from 274); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F15DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F15DE is #E0EA21. Grayscale: #2E2E2E. Windows color (decimal): -14740002 or 14554399. OLE color: 14554399.
HSL color Cylindrical-coordinate representation of color #1F15DE: hue angle of 242.99º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F15DE is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 21 | 222 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.13 |
| HSL | 242.99º | 0.83% | 0.48% | - |
| HSV(B) | 242.99º | 0.91% | 0.87% | - |
| XYZ | 14.02 | 6.1 | 69.55 | - |
| YUV | 46.9 | 226.81 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 222 | 0.86 | 0.91 | 0 | 0.13 | 242.99 | 0.83 | 0.48 |
| Hex | 1F | 15 | DE | 56 | 5B | 0 | D | F3 | 53 | 30 |
| Octal | 37 | 25 | 336 | 126 | 133 | 0 | 15 | 363 | 123 | 60 |
| Binary | 11111 | 10101 | 11011110 | 1010110 | 1011011 | 0 | 1101 | 11110011 | 1010011 | 110000 |
Color Harmonies of #1F15DE
Complementary color
Monochromatic Colors of #1F15DE
Black with #1F15DE
Text Example
Text Example
White with #1F15DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F15DE; }
p { color: rgb(31,21,222); }
H1.HeaderClassName
{
color: #1F15DE;
}
.AnyTagClassName
{
color: #1F15DE;
}
</style>
background-color css
<style>
a { background-color: #1F15DE; }
a { background-color: rgb(31,21,222); }
div.DivClassName
{
background-color: #1F15DE;
}
.BgClassName
{
background-color: #1F15DE;
}
</style>
border-color css
<style>
span { border-color: #1F15DE; }
span { border-color: rgb(31,21,222); }
td.TdClassName
{
border-color: #1F15DE;
}
.TagClassName
{
border-color: #1F15DE;
}
</style>