Shades of Blue #130FFE
Tints of Blue #130FFE
RGB
CMYK
RGB Variations
Color information
#130FFE (or 0x130FFE) is known color: Blue. HEX triplet: 13, 0F and FE. RGB value is (19,15,254). Sum of RGB (Red+Green+Blue) = 19+15+254=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 254 (99.61% from 255 or 88.19% from 288); Max value from RGB is 254 - color contains mainly: blue. Hex color #130FFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130FFE is #ECF001. Grayscale: #2A2A2A. Windows color (decimal): -15527938 or 16650003. OLE color: 16650003.
HSL color Cylindrical-coordinate representation of color #130FFE: hue angle of 241º 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 #130FFE is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 15 | 254 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.00 |
| HSL | 241º | 0.99% | 0.53% | - |
| HSV(B) | 241º | 0.94% | 1% | - |
| XYZ | 18.33 | 7.64 | 94.27 | - |
| YUV | 43.44 | 246.83 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 254 | 0.93 | 0.94 | 0 | 0.00 | 241 | 0.99 | 0.53 |
| Hex | 13 | F | FE | 5D | 5E | 0 | 0 | F1 | 63 | 35 |
| Octal | 23 | 17 | 376 | 135 | 136 | 0 | 0 | 361 | 143 | 65 |
| Binary | 10011 | 1111 | 11111110 | 1011101 | 1011110 | 0 | 0 | 11110001 | 1100011 | 110101 |
Color Harmonies of #130FFE
Complementary color
Monochromatic Colors of #130FFE
Black with #130FFE
Text Example
Text Example
White with #130FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130FFE; }
p { color: rgb(19,15,254); }
H1.HeaderClassName
{
color: #130FFE;
}
.AnyTagClassName
{
color: #130FFE;
}
</style>
background-color css
<style>
a { background-color: #130FFE; }
a { background-color: rgb(19,15,254); }
div.DivClassName
{
background-color: #130FFE;
}
.BgClassName
{
background-color: #130FFE;
}
</style>
border-color css
<style>
span { border-color: #130FFE; }
span { border-color: rgb(19,15,254); }
td.TdClassName
{
border-color: #130FFE;
}
.TagClassName
{
border-color: #130FFE;
}
</style>