Shades of Blue #190EED
Tints of Blue #190EED
RGB
CMYK
RGB Variations
Color information
#190EED (or 0x190EED) is known color: Blue. HEX triplet: 19, 0E and ED. RGB value is (25,14,237). Sum of RGB (Red+Green+Blue) = 25+14+237=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 237 (92.97% from 255 or 85.87% from 276); Max value from RGB is 237 - color contains mainly: blue. Hex color #190EED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190EED is #E6F112. Grayscale: #292929. Windows color (decimal): -15134995 or 15535641. OLE color: 15535641.
HSL color Cylindrical-coordinate representation of color #190EED: hue angle of 242.96º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190EED is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 14 | 237 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.07 |
| HSL | 242.96º | 0.89% | 0.49% | - |
| HSV(B) | 242.96º | 0.94% | 0.93% | - |
| XYZ | 15.84 | 6.64 | 80.57 | - |
| YUV | 42.71 | 237.64 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 237 | 0.89 | 0.94 | 0 | 0.07 | 242.96 | 0.89 | 0.49 |
| Hex | 19 | E | ED | 59 | 5E | 0 | 7 | F3 | 59 | 31 |
| Octal | 31 | 16 | 355 | 131 | 136 | 0 | 7 | 363 | 131 | 61 |
| Binary | 11001 | 1110 | 11101101 | 1011001 | 1011110 | 0 | 111 | 11110011 | 1011001 | 110001 |
Color Harmonies of #190EED
Complementary color
Monochromatic Colors of #190EED
Black with #190EED
Text Example
Text Example
White with #190EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190EED; }
p { color: rgb(25,14,237); }
H1.HeaderClassName
{
color: #190EED;
}
.AnyTagClassName
{
color: #190EED;
}
</style>
background-color css
<style>
a { background-color: #190EED; }
a { background-color: rgb(25,14,237); }
div.DivClassName
{
background-color: #190EED;
}
.BgClassName
{
background-color: #190EED;
}
</style>
border-color css
<style>
span { border-color: #190EED; }
span { border-color: rgb(25,14,237); }
td.TdClassName
{
border-color: #190EED;
}
.TagClassName
{
border-color: #190EED;
}
</style>