Shades of Medium Blue #1909DF
Tints of Medium Blue #1909DF
RGB
CMYK
RGB Variations
Color information
#1909DF (or 0x1909DF) is known color: Medium Blue. HEX triplet: 19, 09 and DF. RGB value is (25,9,223). Sum of RGB (Red+Green+Blue) = 25+9+223=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 223 (87.5% from 255 or 86.77% from 257); Max value from RGB is 223 - color contains mainly: blue. Hex color #1909DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1909DF is #E6F620. Grayscale: #252525. Windows color (decimal): -15136289 or 14616857. OLE color: 14616857.
HSL color Cylindrical-coordinate representation of color #1909DF: hue angle of 244.49º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1909DF is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 9 | 223 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.13 |
| HSL | 244.49º | 0.92% | 0.45% | - |
| HSV(B) | 244.49º | 0.96% | 0.87% | - |
| XYZ | 13.82 | 5.73 | 70.19 | - |
| YUV | 38.18 | 232.3 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 223 | 0.89 | 0.96 | 0 | 0.13 | 244.49 | 0.92 | 0.45 |
| Hex | 19 | 9 | DF | 59 | 60 | 0 | D | F4 | 5C | 2D |
| Octal | 31 | 11 | 337 | 131 | 140 | 0 | 15 | 364 | 134 | 55 |
| Binary | 11001 | 1001 | 11011111 | 1011001 | 1100000 | 0 | 1101 | 11110100 | 1011100 | 101101 |
Color Harmonies of #1909DF
Complementary color
Monochromatic Colors of #1909DF
Black with #1909DF
Text Example
Text Example
White with #1909DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1909DF; }
p { color: rgb(25,9,223); }
H1.HeaderClassName
{
color: #1909DF;
}
.AnyTagClassName
{
color: #1909DF;
}
</style>
background-color css
<style>
a { background-color: #1909DF; }
a { background-color: rgb(25,9,223); }
div.DivClassName
{
background-color: #1909DF;
}
.BgClassName
{
background-color: #1909DF;
}
</style>
border-color css
<style>
span { border-color: #1909DF; }
span { border-color: rgb(25,9,223); }
td.TdClassName
{
border-color: #1909DF;
}
.TagClassName
{
border-color: #1909DF;
}
</style>