Shades of Medium Blue #1207DD
Tints of Medium Blue #1207DD
RGB
CMYK
RGB Variations
Color information
#1207DD (or 0x1207DD) is known color: Medium Blue. HEX triplet: 12, 07 and DD. RGB value is (18,7,221). Sum of RGB (Red+Green+Blue) = 18+7+221=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 221 (86.72% from 255 or 89.84% from 246); Max value from RGB is 221 - color contains mainly: blue. Hex color #1207DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1207DD is #EDF822. Grayscale: #212121. Windows color (decimal): -15595555 or 14485266. OLE color: 14485266.
HSL color Cylindrical-coordinate representation of color #1207DD: hue angle of 243.08º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1207DD is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 7 | 221 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.13 |
| HSL | 243.08º | 0.94% | 0.45% | - |
| HSV(B) | 243.08º | 0.97% | 0.87% | - |
| XYZ | 13.38 | 5.5 | 68.76 | - |
| YUV | 34.69 | 233.14 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 7 | 221 | 0.92 | 0.97 | 0 | 0.13 | 243.08 | 0.94 | 0.45 |
| Hex | 12 | 7 | DD | 5C | 61 | 0 | D | F3 | 5E | 2D |
| Octal | 22 | 7 | 335 | 134 | 141 | 0 | 15 | 363 | 136 | 55 |
| Binary | 10010 | 111 | 11011101 | 1011100 | 1100001 | 0 | 1101 | 11110011 | 1011110 | 101101 |
Color Harmonies of #1207DD
Complementary color
Monochromatic Colors of #1207DD
Black with #1207DD
Text Example
Text Example
White with #1207DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1207DD; }
p { color: rgb(18,7,221); }
H1.HeaderClassName
{
color: #1207DD;
}
.AnyTagClassName
{
color: #1207DD;
}
</style>
background-color css
<style>
a { background-color: #1207DD; }
a { background-color: rgb(18,7,221); }
div.DivClassName
{
background-color: #1207DD;
}
.BgClassName
{
background-color: #1207DD;
}
</style>
border-color css
<style>
span { border-color: #1207DD; }
span { border-color: rgb(18,7,221); }
td.TdClassName
{
border-color: #1207DD;
}
.TagClassName
{
border-color: #1207DD;
}
</style>