Shades of Blue #1414FF
Tints of Blue #1414FF
RGB
CMYK
RGB Variations
Color information
#1414FF (or 0x1414FF) is known color: Blue. HEX triplet: 14, 14 and FF. RGB value is (20,20,255). Sum of RGB (Red+Green+Blue) = 20+20+255=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 255 (100% from 255 or 86.44% from 295); Max value from RGB is 255 - color contains mainly: blue. Hex color #1414FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1414FF is #EBEB00. Grayscale: #2D2D2D. Windows color (decimal): -15461121 or 16716820. OLE color: 16716820.
HSL color Cylindrical-coordinate representation of color #1414FF: hue angle of 240º 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 #1414FF is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 20 | 255 | - |
| CMYK | 0.92 | 0.92 | 0 | 0 |
| HSL | 240º | 1% | 0.54% | - |
| HSV(B) | 240º | 0.92% | 1% | - |
| XYZ | 18.59 | 7.87 | 95.15 | - |
| YUV | 46.79 | 245.5 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 255 | 0.92 | 0.92 | 0 | 0 | 240 | 1 | 0.54 |
| Hex | 14 | 14 | FF | 5C | 5C | 0 | 0 | F0 | 64 | 36 |
| Octal | 24 | 24 | 377 | 134 | 134 | 0 | 0 | 360 | 144 | 66 |
| Binary | 10100 | 10100 | 11111111 | 1011100 | 1011100 | 0 | 0 | 11110000 | 1100100 | 110110 |
Color Harmonies of #1414FF
Complementary color
Monochromatic Colors of #1414FF
Black with #1414FF
Text Example
Text Example
White with #1414FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1414FF; }
p { color: rgb(20,20,255); }
H1.HeaderClassName
{
color: #1414FF;
}
.AnyTagClassName
{
color: #1414FF;
}
</style>
background-color css
<style>
a { background-color: #1414FF; }
a { background-color: rgb(20,20,255); }
div.DivClassName
{
background-color: #1414FF;
}
.BgClassName
{
background-color: #1414FF;
}
</style>
border-color css
<style>
span { border-color: #1414FF; }
span { border-color: rgb(20,20,255); }
td.TdClassName
{
border-color: #1414FF;
}
.TagClassName
{
border-color: #1414FF;
}
</style>