Shades of Medium Blue #1904DD
Tints of Medium Blue #1904DD
RGB
CMYK
RGB Variations
Color information
#1904DD (or 0x1904DD) is known color: Medium Blue. HEX triplet: 19, 04 and DD. RGB value is (25,4,221). Sum of RGB (Red+Green+Blue) = 25+4+221=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 221 (86.72% from 255 or 88.4% from 250); Max value from RGB is 221 - color contains mainly: blue. Hex color #1904DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1904DD is #E6FB22. Grayscale: #222222. Windows color (decimal): -15137571 or 14484505. OLE color: 14484505.
HSL color Cylindrical-coordinate representation of color #1904DD: hue angle of 245.81º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1904DD is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 4 | 221 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.13 |
| HSL | 245.81º | 0.96% | 0.44% | - |
| HSV(B) | 245.81º | 0.98% | 0.87% | - |
| XYZ | 13.5 | 5.51 | 68.76 | - |
| YUV | 35.02 | 232.96 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 221 | 0.89 | 0.98 | 0 | 0.13 | 245.81 | 0.96 | 0.44 |
| Hex | 19 | 4 | DD | 59 | 62 | 0 | D | F6 | 60 | 2C |
| Octal | 31 | 4 | 335 | 131 | 142 | 0 | 15 | 366 | 140 | 54 |
| Binary | 11001 | 100 | 11011101 | 1011001 | 1100010 | 0 | 1101 | 11110110 | 1100000 | 101100 |
Color Harmonies of #1904DD
Complementary color
Monochromatic Colors of #1904DD
Black with #1904DD
Text Example
Text Example
White with #1904DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1904DD; }
p { color: rgb(25,4,221); }
H1.HeaderClassName
{
color: #1904DD;
}
.AnyTagClassName
{
color: #1904DD;
}
</style>
background-color css
<style>
a { background-color: #1904DD; }
a { background-color: rgb(25,4,221); }
div.DivClassName
{
background-color: #1904DD;
}
.BgClassName
{
background-color: #1904DD;
}
</style>
border-color css
<style>
span { border-color: #1904DD; }
span { border-color: rgb(25,4,221); }
td.TdClassName
{
border-color: #1904DD;
}
.TagClassName
{
border-color: #1904DD;
}
</style>