Shades of Blue #1431F9
Tints of Blue #1431F9
RGB
CMYK
RGB Variations
Color information
#1431F9 (or 0x1431F9) is known color: Blue. HEX triplet: 14, 31 and F9. RGB value is (20,49,249). Sum of RGB (Red+Green+Blue) = 20+49+249=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 249 (97.66% from 255 or 78.30% from 318); Max value from RGB is 249 - color contains mainly: blue. Hex color #1431F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1431F9 is #EBCE06. Grayscale: #3E3E3E. Windows color (decimal): -15453703 or 16331028. OLE color: 16331028.
HSL color Cylindrical-coordinate representation of color #1431F9: hue angle of 232.4º degrees, saturation: 0.95, 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 #1431F9 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 49 | 249 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.02 |
| HSL | 232.4º | 0.95% | 0.53% | - |
| HSV(B) | 232.4º | 0.92% | 0.98% | - |
| XYZ | 18.49 | 9.18 | 90.42 | - |
| YUV | 63.13 | 232.89 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 249 | 0.92 | 0.80 | 0 | 0.02 | 232.4 | 0.95 | 0.53 |
| Hex | 14 | 31 | F9 | 5C | 50 | 0 | 2 | E8 | 5F | 35 |
| Octal | 24 | 61 | 371 | 134 | 120 | 0 | 2 | 350 | 137 | 65 |
| Binary | 10100 | 110001 | 11111001 | 1011100 | 1010000 | 0 | 10 | 11101000 | 1011111 | 110101 |
Color Harmonies of #1431F9
Complementary color
Monochromatic Colors of #1431F9
Black with #1431F9
Text Example
Text Example
White with #1431F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1431F9; }
p { color: rgb(20,49,249); }
H1.HeaderClassName
{
color: #1431F9;
}
.AnyTagClassName
{
color: #1431F9;
}
</style>
background-color css
<style>
a { background-color: #1431F9; }
a { background-color: rgb(20,49,249); }
div.DivClassName
{
background-color: #1431F9;
}
.BgClassName
{
background-color: #1431F9;
}
</style>
border-color css
<style>
span { border-color: #1431F9; }
span { border-color: rgb(20,49,249); }
td.TdClassName
{
border-color: #1431F9;
}
.TagClassName
{
border-color: #1431F9;
}
</style>