Shades of Blue #130EFE
Tints of Blue #130EFE
RGB
CMYK
RGB Variations
Color information
#130EFE (or 0x130EFE) is known color: Blue. HEX triplet: 13, 0E and FE. RGB value is (19,14,254). Sum of RGB (Red+Green+Blue) = 19+14+254=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 254 (99.61% from 255 or 88.50% from 287); Max value from RGB is 254 - color contains mainly: blue. Hex color #130EFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130EFE is #ECF101. Grayscale: #292929. Windows color (decimal): -15528194 or 16649747. OLE color: 16649747.
HSL color Cylindrical-coordinate representation of color #130EFE: hue angle of 241.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130EFE is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 14 | 254 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.00 |
| HSL | 241.25º | 0.99% | 0.53% | - |
| HSV(B) | 241.25º | 0.94% | 1% | - |
| XYZ | 18.31 | 7.61 | 94.27 | - |
| YUV | 42.86 | 247.16 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 254 | 0.93 | 0.94 | 0 | 0.00 | 241.25 | 0.99 | 0.53 |
| Hex | 13 | E | FE | 5D | 5E | 0 | 0 | F1 | 63 | 35 |
| Octal | 23 | 16 | 376 | 135 | 136 | 0 | 0 | 361 | 143 | 65 |
| Binary | 10011 | 1110 | 11111110 | 1011101 | 1011110 | 0 | 0 | 11110001 | 1100011 | 110101 |
Color Harmonies of #130EFE
Complementary color
Monochromatic Colors of #130EFE
Black with #130EFE
Text Example
Text Example
White with #130EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130EFE; }
p { color: rgb(19,14,254); }
H1.HeaderClassName
{
color: #130EFE;
}
.AnyTagClassName
{
color: #130EFE;
}
</style>
background-color css
<style>
a { background-color: #130EFE; }
a { background-color: rgb(19,14,254); }
div.DivClassName
{
background-color: #130EFE;
}
.BgClassName
{
background-color: #130EFE;
}
</style>
border-color css
<style>
span { border-color: #130EFE; }
span { border-color: rgb(19,14,254); }
td.TdClassName
{
border-color: #130EFE;
}
.TagClassName
{
border-color: #130EFE;
}
</style>