Shades of Blue #1907E7
Tints of Blue #1907E7
RGB
CMYK
RGB Variations
Color information
#1907E7 (or 0x1907E7) is known color: Blue. HEX triplet: 19, 07 and E7. RGB value is (25,7,231). Sum of RGB (Red+Green+Blue) = 25+7+231=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 231 (90.62% from 255 or 87.83% from 263); Max value from RGB is 231 - color contains mainly: blue. Hex color #1907E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1907E7 is #E6F818. Grayscale: #252525. Windows color (decimal): -15136793 or 15140633. OLE color: 15140633.
HSL color Cylindrical-coordinate representation of color #1907E7: hue angle of 244.82º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1907E7 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 7 | 231 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.09 |
| HSL | 244.82º | 0.94% | 0.47% | - |
| HSV(B) | 244.82º | 0.97% | 0.91% | - |
| XYZ | 14.9 | 6.13 | 76 | - |
| YUV | 37.92 | 236.96 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 231 | 0.89 | 0.97 | 0 | 0.09 | 244.82 | 0.94 | 0.47 |
| Hex | 19 | 7 | E7 | 59 | 61 | 0 | 9 | F5 | 5E | 2F |
| Octal | 31 | 7 | 347 | 131 | 141 | 0 | 11 | 365 | 136 | 57 |
| Binary | 11001 | 111 | 11100111 | 1011001 | 1100001 | 0 | 1001 | 11110101 | 1011110 | 101111 |
Color Harmonies of #1907E7
Complementary color
Monochromatic Colors of #1907E7
Black with #1907E7
Text Example
Text Example
White with #1907E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1907E7; }
p { color: rgb(25,7,231); }
H1.HeaderClassName
{
color: #1907E7;
}
.AnyTagClassName
{
color: #1907E7;
}
</style>
background-color css
<style>
a { background-color: #1907E7; }
a { background-color: rgb(25,7,231); }
div.DivClassName
{
background-color: #1907E7;
}
.BgClassName
{
background-color: #1907E7;
}
</style>
border-color css
<style>
span { border-color: #1907E7; }
span { border-color: rgb(25,7,231); }
td.TdClassName
{
border-color: #1907E7;
}
.TagClassName
{
border-color: #1907E7;
}
</style>