Shades of Blue #1422FF
Tints of Blue #1422FF
RGB
CMYK
RGB Variations
Color information
#1422FF (or 0x1422FF) is known color: Blue. HEX triplet: 14, 22 and FF. RGB value is (20,34,255). Sum of RGB (Red+Green+Blue) = 20+34+255=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #1422FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1422FF is #EBDD00. Grayscale: #363636. Windows color (decimal): -15457537 or 16720404. OLE color: 16720404.
HSL color Cylindrical-coordinate representation of color #1422FF: hue angle of 236.43º 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 #1422FF is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 34 | 255 | - |
| CMYK | 0.92 | 0.87 | 0 | 0 |
| HSL | 236.43º | 1% | 0.54% | - |
| HSV(B) | 236.43º | 0.92% | 1% | - |
| XYZ | 18.91 | 8.51 | 95.25 | - |
| YUV | 55.01 | 240.86 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 255 | 0.92 | 0.87 | 0 | 0 | 236.43 | 1 | 0.54 |
| Hex | 14 | 22 | FF | 5C | 57 | 0 | 0 | EC | 64 | 36 |
| Octal | 24 | 42 | 377 | 134 | 127 | 0 | 0 | 354 | 144 | 66 |
| Binary | 10100 | 100010 | 11111111 | 1011100 | 1010111 | 0 | 0 | 11101100 | 1100100 | 110110 |
Color Harmonies of #1422FF
Complementary color
Monochromatic Colors of #1422FF
Black with #1422FF
Text Example
Text Example
White with #1422FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1422FF; }
p { color: rgb(20,34,255); }
H1.HeaderClassName
{
color: #1422FF;
}
.AnyTagClassName
{
color: #1422FF;
}
</style>
background-color css
<style>
a { background-color: #1422FF; }
a { background-color: rgb(20,34,255); }
div.DivClassName
{
background-color: #1422FF;
}
.BgClassName
{
background-color: #1422FF;
}
</style>
border-color css
<style>
span { border-color: #1422FF; }
span { border-color: rgb(20,34,255); }
td.TdClassName
{
border-color: #1422FF;
}
.TagClassName
{
border-color: #1422FF;
}
</style>