Shades of Blue #1421FA
Tints of Blue #1421FA
RGB
CMYK
RGB Variations
Color information
#1421FA (or 0x1421FA) is known color: Blue. HEX triplet: 14, 21 and FA. RGB value is (20,33,250). Sum of RGB (Red+Green+Blue) = 20+33+250=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 250 (98.05% from 255 or 82.51% from 303); Max value from RGB is 250 - color contains mainly: blue. Hex color #1421FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1421FA is #EBDE05. Grayscale: #343434. Windows color (decimal): -15457798 or 16392468. OLE color: 16392468.
HSL color Cylindrical-coordinate representation of color #1421FA: hue angle of 236.61º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1421FA is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 33 | 250 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.02 |
| HSL | 236.61º | 0.96% | 0.53% | - |
| HSV(B) | 236.61º | 0.92% | 0.98% | - |
| XYZ | 18.09 | 8.14 | 91.06 | - |
| YUV | 53.85 | 238.69 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 250 | 0.92 | 0.87 | 0 | 0.02 | 236.61 | 0.96 | 0.53 |
| Hex | 14 | 21 | FA | 5C | 57 | 0 | 2 | ED | 60 | 35 |
| Octal | 24 | 41 | 372 | 134 | 127 | 0 | 2 | 355 | 140 | 65 |
| Binary | 10100 | 100001 | 11111010 | 1011100 | 1010111 | 0 | 10 | 11101101 | 1100000 | 110101 |
Color Harmonies of #1421FA
Complementary color
Monochromatic Colors of #1421FA
Black with #1421FA
Text Example
Text Example
White with #1421FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1421FA; }
p { color: rgb(20,33,250); }
H1.HeaderClassName
{
color: #1421FA;
}
.AnyTagClassName
{
color: #1421FA;
}
</style>
background-color css
<style>
a { background-color: #1421FA; }
a { background-color: rgb(20,33,250); }
div.DivClassName
{
background-color: #1421FA;
}
.BgClassName
{
background-color: #1421FA;
}
</style>
border-color css
<style>
span { border-color: #1421FA; }
span { border-color: rgb(20,33,250); }
td.TdClassName
{
border-color: #1421FA;
}
.TagClassName
{
border-color: #1421FA;
}
</style>