Shades of Blue #1314EE
Tints of Blue #1314EE
RGB
CMYK
RGB Variations
Color information
#1314EE (or 0x1314EE) is known color: Blue. HEX triplet: 13, 14 and EE. RGB value is (19,20,238). Sum of RGB (Red+Green+Blue) = 19+20+238=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 238 (93.36% from 255 or 85.92% from 277); Max value from RGB is 238 - color contains mainly: blue. Hex color #1314EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1314EE is #ECEB11. Grayscale: #2B2B2B. Windows color (decimal): -15526674 or 15602707. OLE color: 15602707.
HSL color Cylindrical-coordinate representation of color #1314EE: hue angle of 239.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1314EE is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 20 | 238 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.07 |
| HSL | 239.73º | 0.87% | 0.5% | - |
| HSV(B) | 239.73º | 0.92% | 0.93% | - |
| XYZ | 15.95 | 6.81 | 81.36 | - |
| YUV | 44.55 | 237.17 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 238 | 0.92 | 0.92 | 0 | 0.07 | 239.73 | 0.87 | 0.5 |
| Hex | 13 | 14 | EE | 5C | 5C | 0 | 7 | F0 | 57 | 32 |
| Octal | 23 | 24 | 356 | 134 | 134 | 0 | 7 | 360 | 127 | 62 |
| Binary | 10011 | 10100 | 11101110 | 1011100 | 1011100 | 0 | 111 | 11110000 | 1010111 | 110010 |
Color Harmonies of #1314EE
Complementary color
Monochromatic Colors of #1314EE
Black with #1314EE
Text Example
Text Example
White with #1314EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1314EE; }
p { color: rgb(19,20,238); }
H1.HeaderClassName
{
color: #1314EE;
}
.AnyTagClassName
{
color: #1314EE;
}
</style>
background-color css
<style>
a { background-color: #1314EE; }
a { background-color: rgb(19,20,238); }
div.DivClassName
{
background-color: #1314EE;
}
.BgClassName
{
background-color: #1314EE;
}
</style>
border-color css
<style>
span { border-color: #1314EE; }
span { border-color: rgb(19,20,238); }
td.TdClassName
{
border-color: #1314EE;
}
.TagClassName
{
border-color: #1314EE;
}
</style>