Shades of Blue #1314FE
Tints of Blue #1314FE
RGB
CMYK
RGB Variations
Color information
#1314FE (or 0x1314FE) is known color: Blue. HEX triplet: 13, 14 and FE. RGB value is (19,20,254). Sum of RGB (Red+Green+Blue) = 19+20+254=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 254 (99.61% from 255 or 86.69% from 293); Max value from RGB is 254 - color contains mainly: blue. Hex color #1314FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1314FE is #ECEB01. Grayscale: #2D2D2D. Windows color (decimal): -15526658 or 16651283. OLE color: 16651283.
HSL color Cylindrical-coordinate representation of color #1314FE: hue angle of 239.74º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1314FE is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 20 | 254 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.00 |
| HSL | 239.74º | 0.99% | 0.54% | - |
| HSV(B) | 239.74º | 0.93% | 1% | - |
| XYZ | 18.41 | 7.79 | 94.3 | - |
| YUV | 46.38 | 245.17 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 254 | 0.93 | 0.92 | 0 | 0.00 | 239.74 | 0.99 | 0.54 |
| Hex | 13 | 14 | FE | 5D | 5C | 0 | 0 | F0 | 63 | 36 |
| Octal | 23 | 24 | 376 | 135 | 134 | 0 | 0 | 360 | 143 | 66 |
| Binary | 10011 | 10100 | 11111110 | 1011101 | 1011100 | 0 | 0 | 11110000 | 1100011 | 110110 |
Color Harmonies of #1314FE
Complementary color
Monochromatic Colors of #1314FE
Black with #1314FE
Text Example
Text Example
White with #1314FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1314FE; }
p { color: rgb(19,20,254); }
H1.HeaderClassName
{
color: #1314FE;
}
.AnyTagClassName
{
color: #1314FE;
}
</style>
background-color css
<style>
a { background-color: #1314FE; }
a { background-color: rgb(19,20,254); }
div.DivClassName
{
background-color: #1314FE;
}
.BgClassName
{
background-color: #1314FE;
}
</style>
border-color css
<style>
span { border-color: #1314FE; }
span { border-color: rgb(19,20,254); }
td.TdClassName
{
border-color: #1314FE;
}
.TagClassName
{
border-color: #1314FE;
}
</style>