Shades of Blue #1909EF
Tints of Blue #1909EF
RGB
CMYK
RGB Variations
Color information
#1909EF (or 0x1909EF) is known color: Blue. HEX triplet: 19, 09 and EF. RGB value is (25,9,239). Sum of RGB (Red+Green+Blue) = 25+9+239=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 239 (93.75% from 255 or 87.55% from 273); Max value from RGB is 239 - color contains mainly: blue. Hex color #1909EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1909EF is #E6F610. Grayscale: #272727. Windows color (decimal): -15136273 or 15665433. OLE color: 15665433.
HSL color Cylindrical-coordinate representation of color #1909EF: hue angle of 244.17º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1909EF is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 9 | 239 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.06 |
| HSL | 244.17º | 0.93% | 0.49% | - |
| HSV(B) | 244.17º | 0.96% | 0.94% | - |
| XYZ | 16.08 | 6.63 | 82.09 | - |
| YUV | 40 | 240.3 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 239 | 0.90 | 0.96 | 0 | 0.06 | 244.17 | 0.93 | 0.49 |
| Hex | 19 | 9 | EF | 5A | 60 | 0 | 6 | F4 | 5D | 31 |
| Octal | 31 | 11 | 357 | 132 | 140 | 0 | 6 | 364 | 135 | 61 |
| Binary | 11001 | 1001 | 11101111 | 1011010 | 1100000 | 0 | 110 | 11110100 | 1011101 | 110001 |
Color Harmonies of #1909EF
Complementary color
Monochromatic Colors of #1909EF
Black with #1909EF
Text Example
Text Example
White with #1909EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1909EF; }
p { color: rgb(25,9,239); }
H1.HeaderClassName
{
color: #1909EF;
}
.AnyTagClassName
{
color: #1909EF;
}
</style>
background-color css
<style>
a { background-color: #1909EF; }
a { background-color: rgb(25,9,239); }
div.DivClassName
{
background-color: #1909EF;
}
.BgClassName
{
background-color: #1909EF;
}
</style>
border-color css
<style>
span { border-color: #1909EF; }
span { border-color: rgb(25,9,239); }
td.TdClassName
{
border-color: #1909EF;
}
.TagClassName
{
border-color: #1909EF;
}
</style>