Shades of Medium Blue #1903D7
Tints of Medium Blue #1903D7
RGB
CMYK
RGB Variations
Color information
#1903D7 (or 0x1903D7) is known color: Medium Blue. HEX triplet: 19, 03 and D7. RGB value is (25,3,215). Sum of RGB (Red+Green+Blue) = 25+3+215=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 215 (84.38% from 255 or 88.48% from 243); Max value from RGB is 215 - color contains mainly: blue. Hex color #1903D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1903D7 is #E6FC28. Grayscale: #202020. Windows color (decimal): -15137833 or 14091033. OLE color: 14091033.
HSL color Cylindrical-coordinate representation of color #1903D7: hue angle of 246.23º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1903D7 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 3 | 215 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.16 |
| HSL | 246.23º | 0.97% | 0.43% | - |
| HSV(B) | 246.23º | 0.99% | 0.84% | - |
| XYZ | 12.7 | 5.18 | 64.62 | - |
| YUV | 33.75 | 230.29 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 215 | 0.88 | 0.99 | 0 | 0.16 | 246.23 | 0.97 | 0.43 |
| Hex | 19 | 3 | D7 | 58 | 63 | 0 | 10 | F6 | 61 | 2B |
| Octal | 31 | 3 | 327 | 130 | 143 | 0 | 20 | 366 | 141 | 53 |
| Binary | 11001 | 11 | 11010111 | 1011000 | 1100011 | 0 | 10000 | 11110110 | 1100001 | 101011 |
Color Harmonies of #1903D7
Complementary color
Monochromatic Colors of #1903D7
Black with #1903D7
Text Example
Text Example
White with #1903D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1903D7; }
p { color: rgb(25,3,215); }
H1.HeaderClassName
{
color: #1903D7;
}
.AnyTagClassName
{
color: #1903D7;
}
</style>
background-color css
<style>
a { background-color: #1903D7; }
a { background-color: rgb(25,3,215); }
div.DivClassName
{
background-color: #1903D7;
}
.BgClassName
{
background-color: #1903D7;
}
</style>
border-color css
<style>
span { border-color: #1903D7; }
span { border-color: rgb(25,3,215); }
td.TdClassName
{
border-color: #1903D7;
}
.TagClassName
{
border-color: #1903D7;
}
</style>