Shades of Medium Blue #1903DC
Tints of Medium Blue #1903DC
RGB
CMYK
RGB Variations
Color information
#1903DC (or 0x1903DC) is known color: Medium Blue. HEX triplet: 19, 03 and DC. RGB value is (25,3,220). Sum of RGB (Red+Green+Blue) = 25+3+220=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 220 (86.33% from 255 or 88.71% from 248); Max value from RGB is 220 - color contains mainly: blue. Hex color #1903DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1903DC is #E6FC23. Grayscale: #212121. Windows color (decimal): -15137828 or 14418713. OLE color: 14418713.
HSL color Cylindrical-coordinate representation of color #1903DC: hue angle of 246.08º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1903DC is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 3 | 220 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.14 |
| HSL | 246.08º | 0.97% | 0.44% | - |
| HSV(B) | 246.08º | 0.99% | 0.86% | - |
| XYZ | 13.35 | 5.44 | 68.06 | - |
| YUV | 34.32 | 232.79 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 220 | 0.89 | 0.99 | 0 | 0.14 | 246.08 | 0.97 | 0.44 |
| Hex | 19 | 3 | DC | 59 | 63 | 0 | E | F6 | 61 | 2C |
| Octal | 31 | 3 | 334 | 131 | 143 | 0 | 16 | 366 | 141 | 54 |
| Binary | 11001 | 11 | 11011100 | 1011001 | 1100011 | 0 | 1110 | 11110110 | 1100001 | 101100 |
Color Harmonies of #1903DC
Complementary color
Monochromatic Colors of #1903DC
Black with #1903DC
Text Example
Text Example
White with #1903DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1903DC; }
p { color: rgb(25,3,220); }
H1.HeaderClassName
{
color: #1903DC;
}
.AnyTagClassName
{
color: #1903DC;
}
</style>
background-color css
<style>
a { background-color: #1903DC; }
a { background-color: rgb(25,3,220); }
div.DivClassName
{
background-color: #1903DC;
}
.BgClassName
{
background-color: #1903DC;
}
</style>
border-color css
<style>
span { border-color: #1903DC; }
span { border-color: rgb(25,3,220); }
td.TdClassName
{
border-color: #1903DC;
}
.TagClassName
{
border-color: #1903DC;
}
</style>