Shades of Blue #1307FE
Tints of Blue #1307FE
RGB
CMYK
RGB Variations
Color information
#1307FE (or 0x1307FE) is known color: Blue. HEX triplet: 13, 07 and FE. RGB value is (19,7,254). Sum of RGB (Red+Green+Blue) = 19+7+254=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 254 (99.61% from 255 or 90.71% from 280); Max value from RGB is 254 - color contains mainly: blue. Hex color #1307FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1307FE is #ECF801. Grayscale: #252525. Windows color (decimal): -15529986 or 16647955. OLE color: 16647955.
HSL color Cylindrical-coordinate representation of color #1307FE: hue angle of 242.91º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1307FE is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 7 | 254 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.00 |
| HSL | 242.92º | 0.99% | 0.51% | - |
| HSV(B) | 242.92º | 0.97% | 1% | - |
| XYZ | 18.23 | 7.45 | 94.24 | - |
| YUV | 38.75 | 249.48 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 254 | 0.93 | 0.97 | 0 | 0.00 | 242.92 | 0.99 | 0.51 |
| Hex | 13 | 7 | FE | 5D | 61 | 0 | 0 | F3 | 63 | 33 |
| Octal | 23 | 7 | 376 | 135 | 141 | 0 | 0 | 363 | 143 | 63 |
| Binary | 10011 | 111 | 11111110 | 1011101 | 1100001 | 0 | 0 | 11110011 | 1100011 | 110011 |
Color Harmonies of #1307FE
Complementary color
Monochromatic Colors of #1307FE
Black with #1307FE
Text Example
Text Example
White with #1307FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1307FE; }
p { color: rgb(19,7,254); }
H1.HeaderClassName
{
color: #1307FE;
}
.AnyTagClassName
{
color: #1307FE;
}
</style>
background-color css
<style>
a { background-color: #1307FE; }
a { background-color: rgb(19,7,254); }
div.DivClassName
{
background-color: #1307FE;
}
.BgClassName
{
background-color: #1307FE;
}
</style>
border-color css
<style>
span { border-color: #1307FE; }
span { border-color: rgb(19,7,254); }
td.TdClassName
{
border-color: #1307FE;
}
.TagClassName
{
border-color: #1307FE;
}
</style>