Shades of Medium Blue #1408C3
Tints of Medium Blue #1408C3
RGB
CMYK
RGB Variations
Color information
#1408C3 (or 0x1408C3) is known color: Medium Blue. HEX triplet: 14, 08 and C3. RGB value is (20,8,195). Sum of RGB (Red+Green+Blue) = 20+8+195=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 195 (76.56% from 255 or 87.44% from 223); Max value from RGB is 195 - color contains mainly: blue. Hex color #1408C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1408C3 is #EBF73C. Grayscale: #202020. Windows color (decimal): -15464253 or 12781588. OLE color: 12781588.
HSL color Cylindrical-coordinate representation of color #1408C3: hue angle of 243.85º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1408C3 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 8 | 195 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.24 |
| HSL | 243.85º | 0.92% | 0.4% | - |
| HSV(B) | 243.85º | 0.96% | 0.76% | - |
| XYZ | 10.23 | 4.26 | 51.91 | - |
| YUV | 32.91 | 219.48 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 195 | 0.90 | 0.96 | 0 | 0.24 | 243.85 | 0.92 | 0.4 |
| Hex | 14 | 8 | C3 | 5A | 60 | 0 | 18 | F4 | 5C | 28 |
| Octal | 24 | 10 | 303 | 132 | 140 | 0 | 30 | 364 | 134 | 50 |
| Binary | 10100 | 1000 | 11000011 | 1011010 | 1100000 | 0 | 11000 | 11110100 | 1011100 | 101000 |
Color Harmonies of #1408C3
Complementary color
Monochromatic Colors of #1408C3
Black with #1408C3
Text Example
Text Example
White with #1408C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1408C3; }
p { color: rgb(20,8,195); }
H1.HeaderClassName
{
color: #1408C3;
}
.AnyTagClassName
{
color: #1408C3;
}
</style>
background-color css
<style>
a { background-color: #1408C3; }
a { background-color: rgb(20,8,195); }
div.DivClassName
{
background-color: #1408C3;
}
.BgClassName
{
background-color: #1408C3;
}
</style>
border-color css
<style>
span { border-color: #1408C3; }
span { border-color: rgb(20,8,195); }
td.TdClassName
{
border-color: #1408C3;
}
.TagClassName
{
border-color: #1408C3;
}
</style>