Shades of Blue #1421FF
Tints of Blue #1421FF
RGB
CMYK
RGB Variations
Color information
#1421FF (or 0x1421FF) is known color: Blue. HEX triplet: 14, 21 and FF. RGB value is (20,33,255). Sum of RGB (Red+Green+Blue) = 20+33+255=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 255 (100% from 255 or 82.79% from 308); Max value from RGB is 255 - color contains mainly: blue. Hex color #1421FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1421FF is #EBDE00. Grayscale: #353535. Windows color (decimal): -15457793 or 16720148. OLE color: 16720148.
HSL color Cylindrical-coordinate representation of color #1421FF: hue angle of 236.68º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1421FF is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 33 | 255 | - |
| CMYK | 0.92 | 0.87 | 0 | 0 |
| HSL | 236.68º | 1% | 0.54% | - |
| HSV(B) | 236.68º | 0.92% | 1% | - |
| XYZ | 18.88 | 8.46 | 95.24 | - |
| YUV | 54.42 | 241.19 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 255 | 0.92 | 0.87 | 0 | 0 | 236.68 | 1 | 0.54 |
| Hex | 14 | 21 | FF | 5C | 57 | 0 | 0 | ED | 64 | 36 |
| Octal | 24 | 41 | 377 | 134 | 127 | 0 | 0 | 355 | 144 | 66 |
| Binary | 10100 | 100001 | 11111111 | 1011100 | 1010111 | 0 | 0 | 11101101 | 1100100 | 110110 |
Color Harmonies of #1421FF
Complementary color
Monochromatic Colors of #1421FF
Black with #1421FF
Text Example
Text Example
White with #1421FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1421FF; }
p { color: rgb(20,33,255); }
H1.HeaderClassName
{
color: #1421FF;
}
.AnyTagClassName
{
color: #1421FF;
}
</style>
background-color css
<style>
a { background-color: #1421FF; }
a { background-color: rgb(20,33,255); }
div.DivClassName
{
background-color: #1421FF;
}
.BgClassName
{
background-color: #1421FF;
}
</style>
border-color css
<style>
span { border-color: #1421FF; }
span { border-color: rgb(20,33,255); }
td.TdClassName
{
border-color: #1421FF;
}
.TagClassName
{
border-color: #1421FF;
}
</style>