Shades of Medium Blue #1214DD
Tints of Medium Blue #1214DD
RGB
CMYK
RGB Variations
Color information
#1214DD (or 0x1214DD) is known color: Medium Blue. HEX triplet: 12, 14 and DD. RGB value is (18,20,221). Sum of RGB (Red+Green+Blue) = 18+20+221=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 221 (86.72% from 255 or 85.33% from 259); Max value from RGB is 221 - color contains mainly: blue. Hex color #1214DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1214DD is #EDEB22. Grayscale: #292929. Windows color (decimal): -15592227 or 14488594. OLE color: 14488594.
HSL color Cylindrical-coordinate representation of color #1214DD: hue angle of 239.41º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1214DD is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 20 | 221 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.13 |
| HSL | 239.41º | 0.85% | 0.47% | - |
| HSV(B) | 239.41º | 0.92% | 0.87% | - |
| XYZ | 13.55 | 5.85 | 68.82 | - |
| YUV | 42.32 | 228.84 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 221 | 0.92 | 0.91 | 0 | 0.13 | 239.41 | 0.85 | 0.47 |
| Hex | 12 | 14 | DD | 5C | 5B | 0 | D | EF | 55 | 2F |
| Octal | 22 | 24 | 335 | 134 | 133 | 0 | 15 | 357 | 125 | 57 |
| Binary | 10010 | 10100 | 11011101 | 1011100 | 1011011 | 0 | 1101 | 11101111 | 1010101 | 101111 |
Color Harmonies of #1214DD
Complementary color
Monochromatic Colors of #1214DD
Black with #1214DD
Text Example
Text Example
White with #1214DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1214DD; }
p { color: rgb(18,20,221); }
H1.HeaderClassName
{
color: #1214DD;
}
.AnyTagClassName
{
color: #1214DD;
}
</style>
background-color css
<style>
a { background-color: #1214DD; }
a { background-color: rgb(18,20,221); }
div.DivClassName
{
background-color: #1214DD;
}
.BgClassName
{
background-color: #1214DD;
}
</style>
border-color css
<style>
span { border-color: #1214DD; }
span { border-color: rgb(18,20,221); }
td.TdClassName
{
border-color: #1214DD;
}
.TagClassName
{
border-color: #1214DD;
}
</style>