Shades of Blue #1914EE
Tints of Blue #1914EE
RGB
CMYK
RGB Variations
Color information
#1914EE (or 0x1914EE) is known color: Blue. HEX triplet: 19, 14 and EE. RGB value is (25,20,238). Sum of RGB (Red+Green+Blue) = 25+20+238=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 238 (93.36% from 255 or 84.10% from 283); Max value from RGB is 238 - color contains mainly: blue. Hex color #1914EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1914EE is #E6EB11. Grayscale: #2D2D2D. Windows color (decimal): -15133458 or 15602713. OLE color: 15602713.
HSL color Cylindrical-coordinate representation of color #1914EE: hue angle of 241.38º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1914EE is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 20 | 238 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.07 |
| HSL | 241.38º | 0.87% | 0.51% | - |
| HSV(B) | 241.38º | 0.92% | 0.93% | - |
| XYZ | 16.08 | 6.88 | 81.37 | - |
| YUV | 46.35 | 236.16 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 238 | 0.89 | 0.92 | 0 | 0.07 | 241.38 | 0.87 | 0.51 |
| Hex | 19 | 14 | EE | 59 | 5C | 0 | 7 | F1 | 57 | 33 |
| Octal | 31 | 24 | 356 | 131 | 134 | 0 | 7 | 361 | 127 | 63 |
| Binary | 11001 | 10100 | 11101110 | 1011001 | 1011100 | 0 | 111 | 11110001 | 1010111 | 110011 |
Color Harmonies of #1914EE
Complementary color
Monochromatic Colors of #1914EE
Black with #1914EE
Text Example
Text Example
White with #1914EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1914EE; }
p { color: rgb(25,20,238); }
H1.HeaderClassName
{
color: #1914EE;
}
.AnyTagClassName
{
color: #1914EE;
}
</style>
background-color css
<style>
a { background-color: #1914EE; }
a { background-color: rgb(25,20,238); }
div.DivClassName
{
background-color: #1914EE;
}
.BgClassName
{
background-color: #1914EE;
}
</style>
border-color css
<style>
span { border-color: #1914EE; }
span { border-color: rgb(25,20,238); }
td.TdClassName
{
border-color: #1914EE;
}
.TagClassName
{
border-color: #1914EE;
}
</style>