Shades of Blue #131AF8
Tints of Blue #131AF8
RGB
CMYK
RGB Variations
Color information
#131AF8 (or 0x131AF8) is known color: Blue. HEX triplet: 13, 1A and F8. RGB value is (19,26,248). Sum of RGB (Red+Green+Blue) = 19+26+248=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 248 (97.27% from 255 or 84.64% from 293); Max value from RGB is 248 - color contains mainly: blue. Hex color #131AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131AF8 is #ECE507. Grayscale: #303030. Windows color (decimal): -15525128 or 16259603. OLE color: 16259603.
HSL color Cylindrical-coordinate representation of color #131AF8: hue angle of 238.17º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131AF8 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 26 | 248 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.03 |
| HSL | 238.17º | 0.94% | 0.52% | - |
| HSV(B) | 238.17º | 0.92% | 0.97% | - |
| XYZ | 17.58 | 7.65 | 89.36 | - |
| YUV | 49.22 | 240.18 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 248 | 0.92 | 0.90 | 0 | 0.03 | 238.17 | 0.94 | 0.52 |
| Hex | 13 | 1A | F8 | 5C | 5A | 0 | 3 | EE | 5E | 34 |
| Octal | 23 | 32 | 370 | 134 | 132 | 0 | 3 | 356 | 136 | 64 |
| Binary | 10011 | 11010 | 11111000 | 1011100 | 1011010 | 0 | 11 | 11101110 | 1011110 | 110100 |
Color Harmonies of #131AF8
Complementary color
Monochromatic Colors of #131AF8
Black with #131AF8
Text Example
Text Example
White with #131AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131AF8; }
p { color: rgb(19,26,248); }
H1.HeaderClassName
{
color: #131AF8;
}
.AnyTagClassName
{
color: #131AF8;
}
</style>
background-color css
<style>
a { background-color: #131AF8; }
a { background-color: rgb(19,26,248); }
div.DivClassName
{
background-color: #131AF8;
}
.BgClassName
{
background-color: #131AF8;
}
</style>
border-color css
<style>
span { border-color: #131AF8; }
span { border-color: rgb(19,26,248); }
td.TdClassName
{
border-color: #131AF8;
}
.TagClassName
{
border-color: #131AF8;
}
</style>