Shades of Medium Blue #1902DD
Tints of Medium Blue #1902DD
RGB
CMYK
RGB Variations
Color information
#1902DD (or 0x1902DD) is known color: Medium Blue. HEX triplet: 19, 02 and DD. RGB value is (25,2,221). Sum of RGB (Red+Green+Blue) = 25+2+221=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 221 (86.72% from 255 or 89.11% from 248); Max value from RGB is 221 - color contains mainly: blue. Hex color #1902DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1902DD is #E6FD22. Grayscale: #202020. Windows color (decimal): -15138083 or 14483993. OLE color: 14483993.
HSL color Cylindrical-coordinate representation of color #1902DD: hue angle of 246.3º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1902DD is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 2 | 221 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.13 |
| HSL | 246.3º | 0.98% | 0.44% | - |
| HSV(B) | 246.3º | 0.99% | 0.87% | - |
| XYZ | 13.47 | 5.47 | 68.75 | - |
| YUV | 33.84 | 233.62 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 221 | 0.89 | 0.99 | 0 | 0.13 | 246.3 | 0.98 | 0.44 |
| Hex | 19 | 2 | DD | 59 | 63 | 0 | D | F6 | 62 | 2C |
| Octal | 31 | 2 | 335 | 131 | 143 | 0 | 15 | 366 | 142 | 54 |
| Binary | 11001 | 10 | 11011101 | 1011001 | 1100011 | 0 | 1101 | 11110110 | 1100010 | 101100 |
Color Harmonies of #1902DD
Complementary color
Monochromatic Colors of #1902DD
Black with #1902DD
Text Example
Text Example
White with #1902DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1902DD; }
p { color: rgb(25,2,221); }
H1.HeaderClassName
{
color: #1902DD;
}
.AnyTagClassName
{
color: #1902DD;
}
</style>
background-color css
<style>
a { background-color: #1902DD; }
a { background-color: rgb(25,2,221); }
div.DivClassName
{
background-color: #1902DD;
}
.BgClassName
{
background-color: #1902DD;
}
</style>
border-color css
<style>
span { border-color: #1902DD; }
span { border-color: rgb(25,2,221); }
td.TdClassName
{
border-color: #1902DD;
}
.TagClassName
{
border-color: #1902DD;
}
</style>