Shades of Medium Blue #190FDC
Tints of Medium Blue #190FDC
RGB
CMYK
RGB Variations
Color information
#190FDC (or 0x190FDC) is known color: Medium Blue. HEX triplet: 19, 0F and DC. RGB value is (25,15,220). Sum of RGB (Red+Green+Blue) = 25+15+220=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 220 (86.33% from 255 or 84.62% from 260); Max value from RGB is 220 - color contains mainly: blue. Hex color #190FDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190FDC is #E6F023. Grayscale: #282828. Windows color (decimal): -15134756 or 14421785. OLE color: 14421785.
HSL color Cylindrical-coordinate representation of color #190FDC: hue angle of 242.93º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190FDC is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 15 | 220 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.14 |
| HSL | 242.93º | 0.87% | 0.46% | - |
| HSV(B) | 242.93º | 0.93% | 0.86% | - |
| XYZ | 13.49 | 5.72 | 68.1 | - |
| YUV | 41.36 | 228.81 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 220 | 0.89 | 0.93 | 0 | 0.14 | 242.93 | 0.87 | 0.46 |
| Hex | 19 | F | DC | 59 | 5D | 0 | E | F3 | 57 | 2E |
| Octal | 31 | 17 | 334 | 131 | 135 | 0 | 16 | 363 | 127 | 56 |
| Binary | 11001 | 1111 | 11011100 | 1011001 | 1011101 | 0 | 1110 | 11110011 | 1010111 | 101110 |
Color Harmonies of #190FDC
Complementary color
Monochromatic Colors of #190FDC
Black with #190FDC
Text Example
Text Example
White with #190FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190FDC; }
p { color: rgb(25,15,220); }
H1.HeaderClassName
{
color: #190FDC;
}
.AnyTagClassName
{
color: #190FDC;
}
</style>
background-color css
<style>
a { background-color: #190FDC; }
a { background-color: rgb(25,15,220); }
div.DivClassName
{
background-color: #190FDC;
}
.BgClassName
{
background-color: #190FDC;
}
</style>
border-color css
<style>
span { border-color: #190FDC; }
span { border-color: rgb(25,15,220); }
td.TdClassName
{
border-color: #190FDC;
}
.TagClassName
{
border-color: #190FDC;
}
</style>