Shades of Blue #1414EB
Tints of Blue #1414EB
RGB
CMYK
RGB Variations
Color information
#1414EB (or 0x1414EB) is known color: Blue. HEX triplet: 14, 14 and EB. RGB value is (20,20,235). Sum of RGB (Red+Green+Blue) = 20+20+235=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 235 (92.19% from 255 or 85.45% from 275); Max value from RGB is 235 - color contains mainly: blue. Hex color #1414EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1414EB is #EBEB14. Grayscale: #2B2B2B. Windows color (decimal): -15461141 or 15406100. OLE color: 15406100.
HSL color Cylindrical-coordinate representation of color #1414EB: hue angle of 240º 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 #1414EB is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 20 | 235 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.08 |
| HSL | 240º | 0.84% | 0.5% | - |
| HSV(B) | 240º | 0.91% | 0.92% | - |
| XYZ | 15.53 | 6.65 | 79.06 | - |
| YUV | 44.51 | 235.5 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 235 | 0.91 | 0.91 | 0 | 0.08 | 240 | 0.84 | 0.5 |
| Hex | 14 | 14 | EB | 5B | 5B | 0 | 8 | F0 | 54 | 32 |
| Octal | 24 | 24 | 353 | 133 | 133 | 0 | 10 | 360 | 124 | 62 |
| Binary | 10100 | 10100 | 11101011 | 1011011 | 1011011 | 0 | 1000 | 11110000 | 1010100 | 110010 |
Color Harmonies of #1414EB
Complementary color
Monochromatic Colors of #1414EB
Black with #1414EB
Text Example
Text Example
White with #1414EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1414EB; }
p { color: rgb(20,20,235); }
H1.HeaderClassName
{
color: #1414EB;
}
.AnyTagClassName
{
color: #1414EB;
}
</style>
background-color css
<style>
a { background-color: #1414EB; }
a { background-color: rgb(20,20,235); }
div.DivClassName
{
background-color: #1414EB;
}
.BgClassName
{
background-color: #1414EB;
}
</style>
border-color css
<style>
span { border-color: #1414EB; }
span { border-color: rgb(20,20,235); }
td.TdClassName
{
border-color: #1414EB;
}
.TagClassName
{
border-color: #1414EB;
}
</style>