Shades of Blue #1410E8
Tints of Blue #1410E8
RGB
CMYK
RGB Variations
Color information
#1410E8 (or 0x1410E8) is known color: Blue. HEX triplet: 14, 10 and E8. RGB value is (20,16,232). Sum of RGB (Red+Green+Blue) = 20+16+232=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 232 (91.02% from 255 or 86.57% from 268); Max value from RGB is 232 - color contains mainly: blue. Hex color #1410E8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1410E8 is #EBEF17. Grayscale: #282828. Windows color (decimal): -15462168 or 15208468. OLE color: 15208468.
HSL color Cylindrical-coordinate representation of color #1410E8: hue angle of 241.11º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1410E8 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 16 | 232 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.09 |
| HSL | 241.11º | 0.87% | 0.49% | - |
| HSV(B) | 241.11º | 0.93% | 0.91% | - |
| XYZ | 15.04 | 6.35 | 76.78 | - |
| YUV | 41.82 | 235.33 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 232 | 0.91 | 0.93 | 0 | 0.09 | 241.11 | 0.87 | 0.49 |
| Hex | 14 | 10 | E8 | 5B | 5D | 0 | 9 | F1 | 57 | 31 |
| Octal | 24 | 20 | 350 | 133 | 135 | 0 | 11 | 361 | 127 | 61 |
| Binary | 10100 | 10000 | 11101000 | 1011011 | 1011101 | 0 | 1001 | 11110001 | 1010111 | 110001 |
Color Harmonies of #1410E8
Complementary color
Monochromatic Colors of #1410E8
Black with #1410E8
Text Example
Text Example
White with #1410E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1410E8; }
p { color: rgb(20,16,232); }
H1.HeaderClassName
{
color: #1410E8;
}
.AnyTagClassName
{
color: #1410E8;
}
</style>
background-color css
<style>
a { background-color: #1410E8; }
a { background-color: rgb(20,16,232); }
div.DivClassName
{
background-color: #1410E8;
}
.BgClassName
{
background-color: #1410E8;
}
</style>
border-color css
<style>
span { border-color: #1410E8; }
span { border-color: rgb(20,16,232); }
td.TdClassName
{
border-color: #1410E8;
}
.TagClassName
{
border-color: #1410E8;
}
</style>