Shades of Blue #1409EF
Tints of Blue #1409EF
RGB
CMYK
RGB Variations
Color information
#1409EF (or 0x1409EF) is known color: Blue. HEX triplet: 14, 09 and EF. RGB value is (20,9,239). Sum of RGB (Red+Green+Blue) = 20+9+239=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 239 (93.75% from 255 or 89.18% from 268); Max value from RGB is 239 - color contains mainly: blue. Hex color #1409EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1409EF is #EBF610. Grayscale: #252525. Windows color (decimal): -15463953 or 15665428. OLE color: 15665428.
HSL color Cylindrical-coordinate representation of color #1409EF: hue angle of 242.87º 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 #1409EF is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 9 | 239 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.06 |
| HSL | 242.87º | 0.93% | 0.49% | - |
| HSV(B) | 242.87º | 0.96% | 0.94% | - |
| XYZ | 15.97 | 6.58 | 82.09 | - |
| YUV | 38.51 | 241.14 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 239 | 0.92 | 0.96 | 0 | 0.06 | 242.87 | 0.93 | 0.49 |
| Hex | 14 | 9 | EF | 5C | 60 | 0 | 6 | F3 | 5D | 31 |
| Octal | 24 | 11 | 357 | 134 | 140 | 0 | 6 | 363 | 135 | 61 |
| Binary | 10100 | 1001 | 11101111 | 1011100 | 1100000 | 0 | 110 | 11110011 | 1011101 | 110001 |
Color Harmonies of #1409EF
Complementary color
Monochromatic Colors of #1409EF
Black with #1409EF
Text Example
Text Example
White with #1409EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1409EF; }
p { color: rgb(20,9,239); }
H1.HeaderClassName
{
color: #1409EF;
}
.AnyTagClassName
{
color: #1409EF;
}
</style>
background-color css
<style>
a { background-color: #1409EF; }
a { background-color: rgb(20,9,239); }
div.DivClassName
{
background-color: #1409EF;
}
.BgClassName
{
background-color: #1409EF;
}
</style>
border-color css
<style>
span { border-color: #1409EF; }
span { border-color: rgb(20,9,239); }
td.TdClassName
{
border-color: #1409EF;
}
.TagClassName
{
border-color: #1409EF;
}
</style>