Shades of Medium Blue #1907DE
Tints of Medium Blue #1907DE
RGB
CMYK
RGB Variations
Color information
#1907DE (or 0x1907DE) is known color: Medium Blue. HEX triplet: 19, 07 and DE. RGB value is (25,7,222). Sum of RGB (Red+Green+Blue) = 25+7+222=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 222 (87.11% from 255 or 87.40% from 254); Max value from RGB is 222 - color contains mainly: blue. Hex color #1907DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1907DE is #E6F821. Grayscale: #242424. Windows color (decimal): -15136802 or 14550809. OLE color: 14550809.
HSL color Cylindrical-coordinate representation of color #1907DE: hue angle of 245.02º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1907DE is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 7 | 222 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.13 |
| HSL | 245.02º | 0.94% | 0.45% | - |
| HSV(B) | 245.02º | 0.97% | 0.87% | - |
| XYZ | 13.66 | 5.63 | 69.47 | - |
| YUV | 36.89 | 232.46 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 222 | 0.89 | 0.97 | 0 | 0.13 | 245.02 | 0.94 | 0.45 |
| Hex | 19 | 7 | DE | 59 | 61 | 0 | D | F5 | 5E | 2D |
| Octal | 31 | 7 | 336 | 131 | 141 | 0 | 15 | 365 | 136 | 55 |
| Binary | 11001 | 111 | 11011110 | 1011001 | 1100001 | 0 | 1101 | 11110101 | 1011110 | 101101 |
Color Harmonies of #1907DE
Complementary color
Monochromatic Colors of #1907DE
Black with #1907DE
Text Example
Text Example
White with #1907DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1907DE; }
p { color: rgb(25,7,222); }
H1.HeaderClassName
{
color: #1907DE;
}
.AnyTagClassName
{
color: #1907DE;
}
</style>
background-color css
<style>
a { background-color: #1907DE; }
a { background-color: rgb(25,7,222); }
div.DivClassName
{
background-color: #1907DE;
}
.BgClassName
{
background-color: #1907DE;
}
</style>
border-color css
<style>
span { border-color: #1907DE; }
span { border-color: rgb(25,7,222); }
td.TdClassName
{
border-color: #1907DE;
}
.TagClassName
{
border-color: #1907DE;
}
</style>