Shades of Blue #1431FF
Tints of Blue #1431FF
RGB
CMYK
RGB Variations
Color information
#1431FF (or 0x1431FF) is known color: Blue. HEX triplet: 14, 31 and FF. RGB value is (20,49,255). Sum of RGB (Red+Green+Blue) = 20+49+255=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #1431FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1431FF is #EBCE00. Grayscale: #3E3E3E. Windows color (decimal): -15453697 or 16724244. OLE color: 16724244.
HSL color Cylindrical-coordinate representation of color #1431FF: hue angle of 232.6º 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 #1431FF is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 49 | 255 | - |
| CMYK | 0.92 | 0.81 | 0 | 0 |
| HSL | 232.6º | 1% | 0.54% | - |
| HSV(B) | 232.6º | 0.92% | 1% | - |
| XYZ | 19.44 | 9.57 | 95.43 | - |
| YUV | 63.81 | 235.89 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 255 | 0.92 | 0.81 | 0 | 0 | 232.6 | 1 | 0.54 |
| Hex | 14 | 31 | FF | 5C | 51 | 0 | 0 | E9 | 64 | 36 |
| Octal | 24 | 61 | 377 | 134 | 121 | 0 | 0 | 351 | 144 | 66 |
| Binary | 10100 | 110001 | 11111111 | 1011100 | 1010001 | 0 | 0 | 11101001 | 1100100 | 110110 |
Color Harmonies of #1431FF
Complementary color
Monochromatic Colors of #1431FF
Black with #1431FF
Text Example
Text Example
White with #1431FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1431FF; }
p { color: rgb(20,49,255); }
H1.HeaderClassName
{
color: #1431FF;
}
.AnyTagClassName
{
color: #1431FF;
}
</style>
background-color css
<style>
a { background-color: #1431FF; }
a { background-color: rgb(20,49,255); }
div.DivClassName
{
background-color: #1431FF;
}
.BgClassName
{
background-color: #1431FF;
}
</style>
border-color css
<style>
span { border-color: #1431FF; }
span { border-color: rgb(20,49,255); }
td.TdClassName
{
border-color: #1431FF;
}
.TagClassName
{
border-color: #1431FF;
}
</style>