Shades of Medium Blue #1907DA
Tints of Medium Blue #1907DA
RGB
CMYK
RGB Variations
Color information
#1907DA (or 0x1907DA) is known color: Medium Blue. HEX triplet: 19, 07 and DA. RGB value is (25,7,218). Sum of RGB (Red+Green+Blue) = 25+7+218=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 218 (85.55% from 255 or 87.2% from 250); Max value from RGB is 218 - color contains mainly: blue. Hex color #1907DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1907DA is #E6F825. Grayscale: #232323. Windows color (decimal): -15136806 or 14288665. OLE color: 14288665.
HSL color Cylindrical-coordinate representation of color #1907DA: hue angle of 245.12º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1907DA is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 7 | 218 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.15 |
| HSL | 245.12º | 0.94% | 0.44% | - |
| HSV(B) | 245.12º | 0.97% | 0.85% | - |
| XYZ | 13.13 | 5.42 | 66.68 | - |
| YUV | 36.44 | 230.46 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 218 | 0.89 | 0.97 | 0 | 0.15 | 245.12 | 0.94 | 0.44 |
| Hex | 19 | 7 | DA | 59 | 61 | 0 | F | F5 | 5E | 2C |
| Octal | 31 | 7 | 332 | 131 | 141 | 0 | 17 | 365 | 136 | 54 |
| Binary | 11001 | 111 | 11011010 | 1011001 | 1100001 | 0 | 1111 | 11110101 | 1011110 | 101100 |
Color Harmonies of #1907DA
Complementary color
Monochromatic Colors of #1907DA
Black with #1907DA
Text Example
Text Example
White with #1907DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1907DA; }
p { color: rgb(25,7,218); }
H1.HeaderClassName
{
color: #1907DA;
}
.AnyTagClassName
{
color: #1907DA;
}
</style>
background-color css
<style>
a { background-color: #1907DA; }
a { background-color: rgb(25,7,218); }
div.DivClassName
{
background-color: #1907DA;
}
.BgClassName
{
background-color: #1907DA;
}
</style>
border-color css
<style>
span { border-color: #1907DA; }
span { border-color: rgb(25,7,218); }
td.TdClassName
{
border-color: #1907DA;
}
.TagClassName
{
border-color: #1907DA;
}
</style>