Shades of Medium Blue #1408CE
Tints of Medium Blue #1408CE
RGB
CMYK
RGB Variations
Color information
#1408CE (or 0x1408CE) is known color: Medium Blue. HEX triplet: 14, 08 and CE. RGB value is (20,8,206). Sum of RGB (Red+Green+Blue) = 20+8+206=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 206 (80.86% from 255 or 88.03% from 234); Max value from RGB is 206 - color contains mainly: blue. Hex color #1408CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1408CE is #EBF731. Grayscale: #212121. Windows color (decimal): -15464242 or 13502484. OLE color: 13502484.
HSL color Cylindrical-coordinate representation of color #1408CE: hue angle of 243.64º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1408CE is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 8 | 206 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.19 |
| HSL | 243.64º | 0.93% | 0.42% | - |
| HSV(B) | 243.64º | 0.96% | 0.81% | - |
| XYZ | 11.52 | 4.78 | 58.71 | - |
| YUV | 34.16 | 224.98 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 206 | 0.90 | 0.96 | 0 | 0.19 | 243.64 | 0.93 | 0.42 |
| Hex | 14 | 8 | CE | 5A | 60 | 0 | 13 | F4 | 5D | 2A |
| Octal | 24 | 10 | 316 | 132 | 140 | 0 | 23 | 364 | 135 | 52 |
| Binary | 10100 | 1000 | 11001110 | 1011010 | 1100000 | 0 | 10011 | 11110100 | 1011101 | 101010 |
Color Harmonies of #1408CE
Complementary color
Monochromatic Colors of #1408CE
Black with #1408CE
Text Example
Text Example
White with #1408CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1408CE; }
p { color: rgb(20,8,206); }
H1.HeaderClassName
{
color: #1408CE;
}
.AnyTagClassName
{
color: #1408CE;
}
</style>
background-color css
<style>
a { background-color: #1408CE; }
a { background-color: rgb(20,8,206); }
div.DivClassName
{
background-color: #1408CE;
}
.BgClassName
{
background-color: #1408CE;
}
</style>
border-color css
<style>
span { border-color: #1408CE; }
span { border-color: rgb(20,8,206); }
td.TdClassName
{
border-color: #1408CE;
}
.TagClassName
{
border-color: #1408CE;
}
</style>