Shades of Blue #131CF0
Tints of Blue #131CF0
RGB
CMYK
RGB Variations
Color information
#131CF0 (or 0x131CF0) is known color: Blue. HEX triplet: 13, 1C and F0. RGB value is (19,28,240). Sum of RGB (Red+Green+Blue) = 19+28+240=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 240 (94.14% from 255 or 83.62% from 287); Max value from RGB is 240 - color contains mainly: blue. Hex color #131CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131CF0 is #ECE30F. Grayscale: #303030. Windows color (decimal): -15524624 or 15735827. OLE color: 15735827.
HSL color Cylindrical-coordinate representation of color #131CF0: hue angle of 237.56º 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 #131CF0 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 28 | 240 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.06 |
| HSL | 237.56º | 0.88% | 0.51% | - |
| HSV(B) | 237.56º | 0.92% | 0.94% | - |
| XYZ | 16.41 | 7.26 | 82.97 | - |
| YUV | 49.48 | 235.52 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 240 | 0.92 | 0.88 | 0 | 0.06 | 237.56 | 0.88 | 0.51 |
| Hex | 13 | 1C | F0 | 5C | 58 | 0 | 6 | EE | 58 | 33 |
| Octal | 23 | 34 | 360 | 134 | 130 | 0 | 6 | 356 | 130 | 63 |
| Binary | 10011 | 11100 | 11110000 | 1011100 | 1011000 | 0 | 110 | 11101110 | 1011000 | 110011 |
Color Harmonies of #131CF0
Complementary color
Monochromatic Colors of #131CF0
Black with #131CF0
Text Example
Text Example
White with #131CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131CF0; }
p { color: rgb(19,28,240); }
H1.HeaderClassName
{
color: #131CF0;
}
.AnyTagClassName
{
color: #131CF0;
}
</style>
background-color css
<style>
a { background-color: #131CF0; }
a { background-color: rgb(19,28,240); }
div.DivClassName
{
background-color: #131CF0;
}
.BgClassName
{
background-color: #131CF0;
}
</style>
border-color css
<style>
span { border-color: #131CF0; }
span { border-color: rgb(19,28,240); }
td.TdClassName
{
border-color: #131CF0;
}
.TagClassName
{
border-color: #131CF0;
}
</style>