Shades of Medium Blue #1908CF
Tints of Medium Blue #1908CF
RGB
CMYK
RGB Variations
Color information
#1908CF (or 0x1908CF) is known color: Medium Blue. HEX triplet: 19, 08 and CF. RGB value is (25,8,207). Sum of RGB (Red+Green+Blue) = 25+8+207=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 207 (81.25% from 255 or 86.25% from 240); Max value from RGB is 207 - color contains mainly: blue. Hex color #1908CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1908CF is #E6F730. Grayscale: #222222. Windows color (decimal): -15136561 or 13568025. OLE color: 13568025.
HSL color Cylindrical-coordinate representation of color #1908CF: hue angle of 245.13º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1908CF is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 8 | 207 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.19 |
| HSL | 245.13º | 0.93% | 0.42% | - |
| HSV(B) | 245.13º | 0.96% | 0.81% | - |
| XYZ | 11.75 | 4.89 | 59.36 | - |
| YUV | 35.77 | 224.63 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 207 | 0.88 | 0.96 | 0 | 0.19 | 245.13 | 0.93 | 0.42 |
| Hex | 19 | 8 | CF | 58 | 60 | 0 | 13 | F5 | 5D | 2A |
| Octal | 31 | 10 | 317 | 130 | 140 | 0 | 23 | 365 | 135 | 52 |
| Binary | 11001 | 1000 | 11001111 | 1011000 | 1100000 | 0 | 10011 | 11110101 | 1011101 | 101010 |
Color Harmonies of #1908CF
Complementary color
Monochromatic Colors of #1908CF
Black with #1908CF
Text Example
Text Example
White with #1908CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1908CF; }
p { color: rgb(25,8,207); }
H1.HeaderClassName
{
color: #1908CF;
}
.AnyTagClassName
{
color: #1908CF;
}
</style>
background-color css
<style>
a { background-color: #1908CF; }
a { background-color: rgb(25,8,207); }
div.DivClassName
{
background-color: #1908CF;
}
.BgClassName
{
background-color: #1908CF;
}
</style>
border-color css
<style>
span { border-color: #1908CF; }
span { border-color: rgb(25,8,207); }
td.TdClassName
{
border-color: #1908CF;
}
.TagClassName
{
border-color: #1908CF;
}
</style>