Shades of Blue #1416EA
Tints of Blue #1416EA
RGB
CMYK
RGB Variations
Color information
#1416EA (or 0x1416EA) is known color: Blue. HEX triplet: 14, 16 and EA. RGB value is (20,22,234). Sum of RGB (Red+Green+Blue) = 20+22+234=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 234 (91.80% from 255 or 84.78% from 276); Max value from RGB is 234 - color contains mainly: blue. Hex color #1416EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1416EA is #EBE915. Grayscale: #2C2C2C. Windows color (decimal): -15460630 or 15341076. OLE color: 15341076.
HSL color Cylindrical-coordinate representation of color #1416EA: hue angle of 239.44º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1416EA is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 22 | 234 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.08 |
| HSL | 239.44º | 0.84% | 0.5% | - |
| HSV(B) | 239.44º | 0.91% | 0.92% | - |
| XYZ | 15.43 | 6.66 | 78.31 | - |
| YUV | 45.57 | 234.34 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 234 | 0.91 | 0.91 | 0 | 0.08 | 239.44 | 0.84 | 0.5 |
| Hex | 14 | 16 | EA | 5B | 5B | 0 | 8 | EF | 54 | 32 |
| Octal | 24 | 26 | 352 | 133 | 133 | 0 | 10 | 357 | 124 | 62 |
| Binary | 10100 | 10110 | 11101010 | 1011011 | 1011011 | 0 | 1000 | 11101111 | 1010100 | 110010 |
Color Harmonies of #1416EA
Complementary color
Monochromatic Colors of #1416EA
Black with #1416EA
Text Example
Text Example
White with #1416EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1416EA; }
p { color: rgb(20,22,234); }
H1.HeaderClassName
{
color: #1416EA;
}
.AnyTagClassName
{
color: #1416EA;
}
</style>
background-color css
<style>
a { background-color: #1416EA; }
a { background-color: rgb(20,22,234); }
div.DivClassName
{
background-color: #1416EA;
}
.BgClassName
{
background-color: #1416EA;
}
</style>
border-color css
<style>
span { border-color: #1416EA; }
span { border-color: rgb(20,22,234); }
td.TdClassName
{
border-color: #1416EA;
}
.TagClassName
{
border-color: #1416EA;
}
</style>