Shades of Blue #1415EA
Tints of Blue #1415EA
RGB
CMYK
RGB Variations
Color information
#1415EA (or 0x1415EA) is known color: Blue. HEX triplet: 14, 15 and EA. RGB value is (20,21,234). Sum of RGB (Red+Green+Blue) = 20+21+234=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 234 (91.80% from 255 or 85.09% from 275); Max value from RGB is 234 - color contains mainly: blue. Hex color #1415EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1415EA is #EBEA15. Grayscale: #2C2C2C. Windows color (decimal): -15460886 or 15340820. OLE color: 15340820.
HSL color Cylindrical-coordinate representation of color #1415EA: hue angle of 239.72º 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 #1415EA is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 21 | 234 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.08 |
| HSL | 239.72º | 0.84% | 0.5% | - |
| HSV(B) | 239.72º | 0.91% | 0.92% | - |
| XYZ | 15.41 | 6.63 | 78.31 | - |
| YUV | 44.98 | 234.67 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 234 | 0.91 | 0.91 | 0 | 0.08 | 239.72 | 0.84 | 0.5 |
| Hex | 14 | 15 | EA | 5B | 5B | 0 | 8 | F0 | 54 | 32 |
| Octal | 24 | 25 | 352 | 133 | 133 | 0 | 10 | 360 | 124 | 62 |
| Binary | 10100 | 10101 | 11101010 | 1011011 | 1011011 | 0 | 1000 | 11110000 | 1010100 | 110010 |
Color Harmonies of #1415EA
Complementary color
Monochromatic Colors of #1415EA
Black with #1415EA
Text Example
Text Example
White with #1415EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1415EA; }
p { color: rgb(20,21,234); }
H1.HeaderClassName
{
color: #1415EA;
}
.AnyTagClassName
{
color: #1415EA;
}
</style>
background-color css
<style>
a { background-color: #1415EA; }
a { background-color: rgb(20,21,234); }
div.DivClassName
{
background-color: #1415EA;
}
.BgClassName
{
background-color: #1415EA;
}
</style>
border-color css
<style>
span { border-color: #1415EA; }
span { border-color: rgb(20,21,234); }
td.TdClassName
{
border-color: #1415EA;
}
.TagClassName
{
border-color: #1415EA;
}
</style>