Shades of Medium Blue #1214CD
Tints of Medium Blue #1214CD
RGB
CMYK
RGB Variations
Color information
#1214CD (or 0x1214CD) is known color: Medium Blue. HEX triplet: 12, 14 and CD. RGB value is (18,20,205). Sum of RGB (Red+Green+Blue) = 18+20+205=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 205 (80.47% from 255 or 84.36% from 243); Max value from RGB is 205 - color contains mainly: blue. Hex color #1214CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1214CD is #EDEB32. Grayscale: #272727. Windows color (decimal): -15592243 or 13440018. OLE color: 13440018.
HSL color Cylindrical-coordinate representation of color #1214CD: hue angle of 239.36º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1214CD is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 20 | 205 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.20 |
| HSL | 239.36º | 0.84% | 0.44% | - |
| HSV(B) | 239.36º | 0.91% | 0.8% | - |
| XYZ | 11.52 | 5.04 | 58.12 | - |
| YUV | 40.49 | 220.84 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 205 | 0.91 | 0.90 | 0 | 0.20 | 239.36 | 0.84 | 0.44 |
| Hex | 12 | 14 | CD | 5B | 5A | 0 | 14 | EF | 54 | 2C |
| Octal | 22 | 24 | 315 | 133 | 132 | 0 | 24 | 357 | 124 | 54 |
| Binary | 10010 | 10100 | 11001101 | 1011011 | 1011010 | 0 | 10100 | 11101111 | 1010100 | 101100 |
Color Harmonies of #1214CD
Complementary color
Monochromatic Colors of #1214CD
Black with #1214CD
Text Example
Text Example
White with #1214CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1214CD; }
p { color: rgb(18,20,205); }
H1.HeaderClassName
{
color: #1214CD;
}
.AnyTagClassName
{
color: #1214CD;
}
</style>
background-color css
<style>
a { background-color: #1214CD; }
a { background-color: rgb(18,20,205); }
div.DivClassName
{
background-color: #1214CD;
}
.BgClassName
{
background-color: #1214CD;
}
</style>
border-color css
<style>
span { border-color: #1214CD; }
span { border-color: rgb(18,20,205); }
td.TdClassName
{
border-color: #1214CD;
}
.TagClassName
{
border-color: #1214CD;
}
</style>