Shades of Medium Blue #1408E2
Tints of Medium Blue #1408E2
RGB
CMYK
RGB Variations
Color information
#1408E2 (or 0x1408E2) is known color: Medium Blue. HEX triplet: 14, 08 and E2. RGB value is (20,8,226). Sum of RGB (Red+Green+Blue) = 20+8+226=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 226 (88.67% from 255 or 88.98% from 254); Max value from RGB is 226 - color contains mainly: blue. Hex color #1408E2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1408E2 is #EBF71D. Grayscale: #232323. Windows color (decimal): -15464222 or 14813204. OLE color: 14813204.
HSL color Cylindrical-coordinate representation of color #1408E2: hue angle of 243.3º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1408E2 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 8 | 226 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.11 |
| HSL | 243.3º | 0.93% | 0.46% | - |
| HSV(B) | 243.3º | 0.96% | 0.89% | - |
| XYZ | 14.1 | 5.81 | 72.33 | - |
| YUV | 36.44 | 234.98 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 226 | 0.91 | 0.96 | 0 | 0.11 | 243.3 | 0.93 | 0.46 |
| Hex | 14 | 8 | E2 | 5B | 60 | 0 | B | F3 | 5D | 2E |
| Octal | 24 | 10 | 342 | 133 | 140 | 0 | 13 | 363 | 135 | 56 |
| Binary | 10100 | 1000 | 11100010 | 1011011 | 1100000 | 0 | 1011 | 11110011 | 1011101 | 101110 |
Color Harmonies of #1408E2
Complementary color
Monochromatic Colors of #1408E2
Black with #1408E2
Text Example
Text Example
White with #1408E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1408E2; }
p { color: rgb(20,8,226); }
H1.HeaderClassName
{
color: #1408E2;
}
.AnyTagClassName
{
color: #1408E2;
}
</style>
background-color css
<style>
a { background-color: #1408E2; }
a { background-color: rgb(20,8,226); }
div.DivClassName
{
background-color: #1408E2;
}
.BgClassName
{
background-color: #1408E2;
}
</style>
border-color css
<style>
span { border-color: #1408E2; }
span { border-color: rgb(20,8,226); }
td.TdClassName
{
border-color: #1408E2;
}
.TagClassName
{
border-color: #1408E2;
}
</style>