Shades of Blue #1421E9
Tints of Blue #1421E9
RGB
CMYK
RGB Variations
Color information
#1421E9 (or 0x1421E9) is known color: Blue. HEX triplet: 14, 21 and E9. RGB value is (20,33,233). Sum of RGB (Red+Green+Blue) = 20+33+233=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 233 (91.41% from 255 or 81.47% from 286); Max value from RGB is 233 - color contains mainly: blue. Hex color #1421E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1421E9 is #EBDE16. Grayscale: #333333. Windows color (decimal): -15457815 or 15278356. OLE color: 15278356.
HSL color Cylindrical-coordinate representation of color #1421E9: hue angle of 236.34º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1421E9 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 33 | 233 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.09 |
| HSL | 236.34º | 0.84% | 0.5% | - |
| HSV(B) | 236.34º | 0.91% | 0.91% | - |
| XYZ | 15.54 | 7.12 | 77.65 | - |
| YUV | 51.91 | 230.19 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 233 | 0.91 | 0.86 | 0 | 0.09 | 236.34 | 0.84 | 0.5 |
| Hex | 14 | 21 | E9 | 5B | 56 | 0 | 9 | EC | 54 | 32 |
| Octal | 24 | 41 | 351 | 133 | 126 | 0 | 11 | 354 | 124 | 62 |
| Binary | 10100 | 100001 | 11101001 | 1011011 | 1010110 | 0 | 1001 | 11101100 | 1010100 | 110010 |
Color Harmonies of #1421E9
Complementary color
Monochromatic Colors of #1421E9
Black with #1421E9
Text Example
Text Example
White with #1421E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1421E9; }
p { color: rgb(20,33,233); }
H1.HeaderClassName
{
color: #1421E9;
}
.AnyTagClassName
{
color: #1421E9;
}
</style>
background-color css
<style>
a { background-color: #1421E9; }
a { background-color: rgb(20,33,233); }
div.DivClassName
{
background-color: #1421E9;
}
.BgClassName
{
background-color: #1421E9;
}
</style>
border-color css
<style>
span { border-color: #1421E9; }
span { border-color: rgb(20,33,233); }
td.TdClassName
{
border-color: #1421E9;
}
.TagClassName
{
border-color: #1421E9;
}
</style>