Shades of Blue #131CF8
Tints of Blue #131CF8
RGB
CMYK
RGB Variations
Color information
#131CF8 (or 0x131CF8) is known color: Blue. HEX triplet: 13, 1C and F8. RGB value is (19,28,248). Sum of RGB (Red+Green+Blue) = 19+28+248=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 248 (97.27% from 255 or 84.07% from 295); Max value from RGB is 248 - color contains mainly: blue. Hex color #131CF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131CF8 is #ECE307. Grayscale: #313131. Windows color (decimal): -15524616 or 16260115. OLE color: 16260115.
HSL color Cylindrical-coordinate representation of color #131CF8: hue angle of 237.64º 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 #131CF8 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 28 | 248 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.03 |
| HSL | 237.64º | 0.94% | 0.52% | - |
| HSV(B) | 237.64º | 0.92% | 0.97% | - |
| XYZ | 17.63 | 7.75 | 89.37 | - |
| YUV | 50.39 | 239.52 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 248 | 0.92 | 0.89 | 0 | 0.03 | 237.64 | 0.94 | 0.52 |
| Hex | 13 | 1C | F8 | 5C | 59 | 0 | 3 | EE | 5E | 34 |
| Octal | 23 | 34 | 370 | 134 | 131 | 0 | 3 | 356 | 136 | 64 |
| Binary | 10011 | 11100 | 11111000 | 1011100 | 1011001 | 0 | 11 | 11101110 | 1011110 | 110100 |
Color Harmonies of #131CF8
Complementary color
Monochromatic Colors of #131CF8
Black with #131CF8
Text Example
Text Example
White with #131CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131CF8; }
p { color: rgb(19,28,248); }
H1.HeaderClassName
{
color: #131CF8;
}
.AnyTagClassName
{
color: #131CF8;
}
</style>
background-color css
<style>
a { background-color: #131CF8; }
a { background-color: rgb(19,28,248); }
div.DivClassName
{
background-color: #131CF8;
}
.BgClassName
{
background-color: #131CF8;
}
</style>
border-color css
<style>
span { border-color: #131CF8; }
span { border-color: rgb(19,28,248); }
td.TdClassName
{
border-color: #131CF8;
}
.TagClassName
{
border-color: #131CF8;
}
</style>