Shades of Medium Blue #1908E0
Tints of Medium Blue #1908E0
RGB
CMYK
RGB Variations
Color information
#1908E0 (or 0x1908E0) is known color: Medium Blue. HEX triplet: 19, 08 and E0. RGB value is (25,8,224). Sum of RGB (Red+Green+Blue) = 25+8+224=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 224 (87.89% from 255 or 87.16% from 257); Max value from RGB is 224 - color contains mainly: blue. Hex color #1908E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1908E0 is #E6F71F. Grayscale: #242424. Windows color (decimal): -15136544 or 14682137. OLE color: 14682137.
HSL color Cylindrical-coordinate representation of color #1908E0: hue angle of 244.72º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1908E0 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 8 | 224 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.12 |
| HSL | 244.72º | 0.93% | 0.45% | - |
| HSV(B) | 244.72º | 0.96% | 0.88% | - |
| XYZ | 13.94 | 5.76 | 70.9 | - |
| YUV | 37.71 | 233.13 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 224 | 0.89 | 0.96 | 0 | 0.12 | 244.72 | 0.93 | 0.45 |
| Hex | 19 | 8 | E0 | 59 | 60 | 0 | C | F5 | 5D | 2D |
| Octal | 31 | 10 | 340 | 131 | 140 | 0 | 14 | 365 | 135 | 55 |
| Binary | 11001 | 1000 | 11100000 | 1011001 | 1100000 | 0 | 1100 | 11110101 | 1011101 | 101101 |
Color Harmonies of #1908E0
Complementary color
Monochromatic Colors of #1908E0
Black with #1908E0
Text Example
Text Example
White with #1908E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1908E0; }
p { color: rgb(25,8,224); }
H1.HeaderClassName
{
color: #1908E0;
}
.AnyTagClassName
{
color: #1908E0;
}
</style>
background-color css
<style>
a { background-color: #1908E0; }
a { background-color: rgb(25,8,224); }
div.DivClassName
{
background-color: #1908E0;
}
.BgClassName
{
background-color: #1908E0;
}
</style>
border-color css
<style>
span { border-color: #1908E0; }
span { border-color: rgb(25,8,224); }
td.TdClassName
{
border-color: #1908E0;
}
.TagClassName
{
border-color: #1908E0;
}
</style>