Shades of Medium Blue #1408E0
Tints of Medium Blue #1408E0
RGB
CMYK
RGB Variations
Color information
#1408E0 (or 0x1408E0) is known color: Medium Blue. HEX triplet: 14, 08 and E0. RGB value is (20,8,224). Sum of RGB (Red+Green+Blue) = 20+8+224=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 224 (87.89% from 255 or 88.89% from 252); Max value from RGB is 224 - color contains mainly: blue. Hex color #1408E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1408E0 is #EBF71F. Grayscale: #232323. Windows color (decimal): -15464224 or 14682132. OLE color: 14682132.
HSL color Cylindrical-coordinate representation of color #1408E0: hue angle of 243.33º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1408E0 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 8 | 224 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.12 |
| HSL | 243.33º | 0.93% | 0.45% | - |
| HSV(B) | 243.33º | 0.96% | 0.88% | - |
| XYZ | 13.83 | 5.7 | 70.89 | - |
| YUV | 36.21 | 233.98 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 224 | 0.91 | 0.96 | 0 | 0.12 | 243.33 | 0.93 | 0.45 |
| Hex | 14 | 8 | E0 | 5B | 60 | 0 | C | F3 | 5D | 2D |
| Octal | 24 | 10 | 340 | 133 | 140 | 0 | 14 | 363 | 135 | 55 |
| Binary | 10100 | 1000 | 11100000 | 1011011 | 1100000 | 0 | 1100 | 11110011 | 1011101 | 101101 |
Color Harmonies of #1408E0
Complementary color
Monochromatic Colors of #1408E0
Black with #1408E0
Text Example
Text Example
White with #1408E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1408E0; }
p { color: rgb(20,8,224); }
H1.HeaderClassName
{
color: #1408E0;
}
.AnyTagClassName
{
color: #1408E0;
}
</style>
background-color css
<style>
a { background-color: #1408E0; }
a { background-color: rgb(20,8,224); }
div.DivClassName
{
background-color: #1408E0;
}
.BgClassName
{
background-color: #1408E0;
}
</style>
border-color css
<style>
span { border-color: #1408E0; }
span { border-color: rgb(20,8,224); }
td.TdClassName
{
border-color: #1408E0;
}
.TagClassName
{
border-color: #1408E0;
}
</style>