Shades of Medium Blue #1905DC
Tints of Medium Blue #1905DC
RGB
CMYK
RGB Variations
Color information
#1905DC (or 0x1905DC) is known color: Medium Blue. HEX triplet: 19, 05 and DC. RGB value is (25,5,220). Sum of RGB (Red+Green+Blue) = 25+5+220=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 220 (86.33% from 255 or 88% from 250); Max value from RGB is 220 - color contains mainly: blue. Hex color #1905DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1905DC is #E6FA23. Grayscale: #222222. Windows color (decimal): -15137316 or 14419225. OLE color: 14419225.
HSL color Cylindrical-coordinate representation of color #1905DC: hue angle of 245.58º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1905DC is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 5 | 220 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.14 |
| HSL | 245.58º | 0.96% | 0.44% | - |
| HSV(B) | 245.58º | 0.98% | 0.86% | - |
| XYZ | 13.37 | 5.48 | 68.06 | - |
| YUV | 35.49 | 232.13 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 220 | 0.89 | 0.98 | 0 | 0.14 | 245.58 | 0.96 | 0.44 |
| Hex | 19 | 5 | DC | 59 | 62 | 0 | E | F6 | 60 | 2C |
| Octal | 31 | 5 | 334 | 131 | 142 | 0 | 16 | 366 | 140 | 54 |
| Binary | 11001 | 101 | 11011100 | 1011001 | 1100010 | 0 | 1110 | 11110110 | 1100000 | 101100 |
Color Harmonies of #1905DC
Complementary color
Monochromatic Colors of #1905DC
Black with #1905DC
Text Example
Text Example
White with #1905DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1905DC; }
p { color: rgb(25,5,220); }
H1.HeaderClassName
{
color: #1905DC;
}
.AnyTagClassName
{
color: #1905DC;
}
</style>
background-color css
<style>
a { background-color: #1905DC; }
a { background-color: rgb(25,5,220); }
div.DivClassName
{
background-color: #1905DC;
}
.BgClassName
{
background-color: #1905DC;
}
</style>
border-color css
<style>
span { border-color: #1905DC; }
span { border-color: rgb(25,5,220); }
td.TdClassName
{
border-color: #1905DC;
}
.TagClassName
{
border-color: #1905DC;
}
</style>