Shades of Medium Blue #1908BF
Tints of Medium Blue #1908BF
RGB
CMYK
RGB Variations
Color information
#1908BF (or 0x1908BF) is known color: Medium Blue. HEX triplet: 19, 08 and BF. RGB value is (25,8,191). Sum of RGB (Red+Green+Blue) = 25+8+191=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 191 (75% from 255 or 85.27% from 224); Max value from RGB is 191 - color contains mainly: blue. Hex color #1908BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1908BF is #E6F740. Grayscale: #212121. Windows color (decimal): -15136577 or 12519449. OLE color: 12519449.
HSL color Cylindrical-coordinate representation of color #1908BF: hue angle of 245.57º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1908BF is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 8 | 191 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.25 |
| HSL | 245.57º | 0.92% | 0.39% | - |
| HSV(B) | 245.57º | 0.96% | 0.75% | - |
| XYZ | 9.89 | 4.14 | 49.57 | - |
| YUV | 33.95 | 216.63 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 191 | 0.87 | 0.96 | 0 | 0.25 | 245.57 | 0.92 | 0.39 |
| Hex | 19 | 8 | BF | 57 | 60 | 0 | 19 | F6 | 5C | 27 |
| Octal | 31 | 10 | 277 | 127 | 140 | 0 | 31 | 366 | 134 | 47 |
| Binary | 11001 | 1000 | 10111111 | 1010111 | 1100000 | 0 | 11001 | 11110110 | 1011100 | 100111 |
Color Harmonies of #1908BF
Complementary color
Monochromatic Colors of #1908BF
Black with #1908BF
Text Example
Text Example
White with #1908BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1908BF; }
p { color: rgb(25,8,191); }
H1.HeaderClassName
{
color: #1908BF;
}
.AnyTagClassName
{
color: #1908BF;
}
</style>
background-color css
<style>
a { background-color: #1908BF; }
a { background-color: rgb(25,8,191); }
div.DivClassName
{
background-color: #1908BF;
}
.BgClassName
{
background-color: #1908BF;
}
</style>
border-color css
<style>
span { border-color: #1908BF; }
span { border-color: rgb(25,8,191); }
td.TdClassName
{
border-color: #1908BF;
}
.TagClassName
{
border-color: #1908BF;
}
</style>