Shades of Medium Blue #1214CC
Tints of Medium Blue #1214CC
RGB
CMYK
RGB Variations
Color information
#1214CC (or 0x1214CC) is known color: Medium Blue. HEX triplet: 12, 14 and CC. RGB value is (18,20,204). Sum of RGB (Red+Green+Blue) = 18+20+204=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 204 (80.08% from 255 or 84.30% from 242); Max value from RGB is 204 - color contains mainly: blue. Hex color #1214CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1214CC is #EDEB33. Grayscale: #272727. Windows color (decimal): -15592244 or 13374482. OLE color: 13374482.
HSL color Cylindrical-coordinate representation of color #1214CC: hue angle of 239.35º 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 #1214CC is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 20 | 204 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.2 |
| HSL | 239.35º | 0.84% | 0.44% | - |
| HSV(B) | 239.35º | 0.91% | 0.8% | - |
| XYZ | 11.4 | 4.99 | 57.49 | - |
| YUV | 40.38 | 220.34 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 204 | 0.91 | 0.90 | 0 | 0.2 | 239.35 | 0.84 | 0.44 |
| Hex | 12 | 14 | CC | 5B | 5A | 0 | 14 | EF | 54 | 2C |
| Octal | 22 | 24 | 314 | 133 | 132 | 0 | 24 | 357 | 124 | 54 |
| Binary | 10010 | 10100 | 11001100 | 1011011 | 1011010 | 0 | 10100 | 11101111 | 1010100 | 101100 |
Color Harmonies of #1214CC
Complementary color
Monochromatic Colors of #1214CC
Black with #1214CC
Text Example
Text Example
White with #1214CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1214CC; }
p { color: rgb(18,20,204); }
H1.HeaderClassName
{
color: #1214CC;
}
.AnyTagClassName
{
color: #1214CC;
}
</style>
background-color css
<style>
a { background-color: #1214CC; }
a { background-color: rgb(18,20,204); }
div.DivClassName
{
background-color: #1214CC;
}
.BgClassName
{
background-color: #1214CC;
}
</style>
border-color css
<style>
span { border-color: #1214CC; }
span { border-color: rgb(18,20,204); }
td.TdClassName
{
border-color: #1214CC;
}
.TagClassName
{
border-color: #1214CC;
}
</style>