Shades of Medium Blue #1208D6
Tints of Medium Blue #1208D6
RGB
CMYK
RGB Variations
Color information
#1208D6 (or 0x1208D6) is known color: Medium Blue. HEX triplet: 12, 08 and D6. RGB value is (18,8,214). Sum of RGB (Red+Green+Blue) = 18+8+214=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 214 (83.98% from 255 or 89.17% from 240); Max value from RGB is 214 - color contains mainly: blue. Hex color #1208D6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1208D6 is #EDF729. Grayscale: #212121. Windows color (decimal): -15595306 or 14026770. OLE color: 14026770.
HSL color Cylindrical-coordinate representation of color #1208D6: hue angle of 242.91º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1208D6 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 8 | 214 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.16 |
| HSL | 242.91º | 0.93% | 0.44% | - |
| HSV(B) | 242.91º | 0.96% | 0.84% | - |
| XYZ | 12.47 | 5.16 | 63.96 | - |
| YUV | 34.47 | 229.31 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 214 | 0.92 | 0.96 | 0 | 0.16 | 242.91 | 0.93 | 0.44 |
| Hex | 12 | 8 | D6 | 5C | 60 | 0 | 10 | F3 | 5D | 2C |
| Octal | 22 | 10 | 326 | 134 | 140 | 0 | 20 | 363 | 135 | 54 |
| Binary | 10010 | 1000 | 11010110 | 1011100 | 1100000 | 0 | 10000 | 11110011 | 1011101 | 101100 |
Color Harmonies of #1208D6
Complementary color
Monochromatic Colors of #1208D6
Black with #1208D6
Text Example
Text Example
White with #1208D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1208D6; }
p { color: rgb(18,8,214); }
H1.HeaderClassName
{
color: #1208D6;
}
.AnyTagClassName
{
color: #1208D6;
}
</style>
background-color css
<style>
a { background-color: #1208D6; }
a { background-color: rgb(18,8,214); }
div.DivClassName
{
background-color: #1208D6;
}
.BgClassName
{
background-color: #1208D6;
}
</style>
border-color css
<style>
span { border-color: #1208D6; }
span { border-color: rgb(18,8,214); }
td.TdClassName
{
border-color: #1208D6;
}
.TagClassName
{
border-color: #1208D6;
}
</style>