Shades of Blue #131AF0
Tints of Blue #131AF0
RGB
CMYK
RGB Variations
Color information
#131AF0 (or 0x131AF0) is known color: Blue. HEX triplet: 13, 1A and F0. RGB value is (19,26,240). Sum of RGB (Red+Green+Blue) = 19+26+240=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 240 (94.14% from 255 or 84.21% from 285); Max value from RGB is 240 - color contains mainly: blue. Hex color #131AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131AF0 is #ECE50F. Grayscale: #2F2F2F. Windows color (decimal): -15525136 or 15735315. OLE color: 15735315.
HSL color Cylindrical-coordinate representation of color #131AF0: hue angle of 238.1º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131AF0 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 26 | 240 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.06 |
| HSL | 238.1º | 0.88% | 0.51% | - |
| HSV(B) | 238.1º | 0.92% | 0.94% | - |
| XYZ | 16.37 | 7.17 | 82.96 | - |
| YUV | 48.3 | 236.18 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 240 | 0.92 | 0.89 | 0 | 0.06 | 238.1 | 0.88 | 0.51 |
| Hex | 13 | 1A | F0 | 5C | 59 | 0 | 6 | EE | 58 | 33 |
| Octal | 23 | 32 | 360 | 134 | 131 | 0 | 6 | 356 | 130 | 63 |
| Binary | 10011 | 11010 | 11110000 | 1011100 | 1011001 | 0 | 110 | 11101110 | 1011000 | 110011 |
Color Harmonies of #131AF0
Complementary color
Monochromatic Colors of #131AF0
Black with #131AF0
Text Example
Text Example
White with #131AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131AF0; }
p { color: rgb(19,26,240); }
H1.HeaderClassName
{
color: #131AF0;
}
.AnyTagClassName
{
color: #131AF0;
}
</style>
background-color css
<style>
a { background-color: #131AF0; }
a { background-color: rgb(19,26,240); }
div.DivClassName
{
background-color: #131AF0;
}
.BgClassName
{
background-color: #131AF0;
}
</style>
border-color css
<style>
span { border-color: #131AF0; }
span { border-color: rgb(19,26,240); }
td.TdClassName
{
border-color: #131AF0;
}
.TagClassName
{
border-color: #131AF0;
}
</style>