Shades of Medium Blue #1408E5
Tints of Medium Blue #1408E5
RGB
CMYK
RGB Variations
Color information
#1408E5 (or 0x1408E5) is known color: Medium Blue. HEX triplet: 14, 08 and E5. RGB value is (20,8,229). Sum of RGB (Red+Green+Blue) = 20+8+229=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 229 (89.84% from 255 or 89.11% from 257); Max value from RGB is 229 - color contains mainly: blue. Hex color #1408E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1408E5 is #EBF71A. Grayscale: #232323. Windows color (decimal): -15464219 or 15009812. OLE color: 15009812.
HSL color Cylindrical-coordinate representation of color #1408E5: hue angle of 243.26º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1408E5 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 8 | 229 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.10 |
| HSL | 243.26º | 0.93% | 0.46% | - |
| HSV(B) | 243.26º | 0.97% | 0.9% | - |
| XYZ | 14.52 | 5.98 | 74.52 | - |
| YUV | 36.78 | 236.48 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 229 | 0.91 | 0.97 | 0 | 0.10 | 243.26 | 0.93 | 0.46 |
| Hex | 14 | 8 | E5 | 5B | 61 | 0 | A | F3 | 5D | 2E |
| Octal | 24 | 10 | 345 | 133 | 141 | 0 | 12 | 363 | 135 | 56 |
| Binary | 10100 | 1000 | 11100101 | 1011011 | 1100001 | 0 | 1010 | 11110011 | 1011101 | 101110 |
Color Harmonies of #1408E5
Complementary color
Monochromatic Colors of #1408E5
Black with #1408E5
Text Example
Text Example
White with #1408E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1408E5; }
p { color: rgb(20,8,229); }
H1.HeaderClassName
{
color: #1408E5;
}
.AnyTagClassName
{
color: #1408E5;
}
</style>
background-color css
<style>
a { background-color: #1408E5; }
a { background-color: rgb(20,8,229); }
div.DivClassName
{
background-color: #1408E5;
}
.BgClassName
{
background-color: #1408E5;
}
</style>
border-color css
<style>
span { border-color: #1408E5; }
span { border-color: rgb(20,8,229); }
td.TdClassName
{
border-color: #1408E5;
}
.TagClassName
{
border-color: #1408E5;
}
</style>