Shades of Medium Blue #1218D0
Tints of Medium Blue #1218D0
RGB
CMYK
RGB Variations
Color information
#1218D0 (or 0x1218D0) is known color: Medium Blue. HEX triplet: 12, 18 and D0. RGB value is (18,24,208). Sum of RGB (Red+Green+Blue) = 18+24+208=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 208 (81.64% from 255 or 83.2% from 250); Max value from RGB is 208 - color contains mainly: blue. Hex color #1218D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1218D0 is #EDE72F. Grayscale: #2A2A2A. Windows color (decimal): -15591216 or 13637650. OLE color: 13637650.
HSL color Cylindrical-coordinate representation of color #1218D0: hue angle of 238.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1218D0 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 24 | 208 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.18 |
| HSL | 238.11º | 0.84% | 0.44% | - |
| HSV(B) | 238.11º | 0.91% | 0.82% | - |
| XYZ | 11.96 | 5.34 | 60.07 | - |
| YUV | 43.18 | 221.01 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 208 | 0.91 | 0.88 | 0 | 0.18 | 238.11 | 0.84 | 0.44 |
| Hex | 12 | 18 | D0 | 5B | 58 | 0 | 12 | EE | 54 | 2C |
| Octal | 22 | 30 | 320 | 133 | 130 | 0 | 22 | 356 | 124 | 54 |
| Binary | 10010 | 11000 | 11010000 | 1011011 | 1011000 | 0 | 10010 | 11101110 | 1010100 | 101100 |
Color Harmonies of #1218D0
Complementary color
Monochromatic Colors of #1218D0
Black with #1218D0
Text Example
Text Example
White with #1218D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1218D0; }
p { color: rgb(18,24,208); }
H1.HeaderClassName
{
color: #1218D0;
}
.AnyTagClassName
{
color: #1218D0;
}
</style>
background-color css
<style>
a { background-color: #1218D0; }
a { background-color: rgb(18,24,208); }
div.DivClassName
{
background-color: #1218D0;
}
.BgClassName
{
background-color: #1218D0;
}
</style>
border-color css
<style>
span { border-color: #1218D0; }
span { border-color: rgb(18,24,208); }
td.TdClassName
{
border-color: #1218D0;
}
.TagClassName
{
border-color: #1218D0;
}
</style>