Shades of Medium Blue #1204DD
Tints of Medium Blue #1204DD
RGB
CMYK
RGB Variations
Color information
#1204DD (or 0x1204DD) is known color: Medium Blue. HEX triplet: 12, 04 and DD. RGB value is (18,4,221). Sum of RGB (Red+Green+Blue) = 18+4+221=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 221 (86.72% from 255 or 90.95% from 243); Max value from RGB is 221 - color contains mainly: blue. Hex color #1204DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1204DD is #EDFB22. Grayscale: #202020. Windows color (decimal): -15596323 or 14484498. OLE color: 14484498.
HSL color Cylindrical-coordinate representation of color #1204DD: hue angle of 243.87º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1204DD is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 4 | 221 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.13 |
| HSL | 243.87º | 0.96% | 0.44% | - |
| HSV(B) | 243.87º | 0.98% | 0.87% | - |
| XYZ | 13.34 | 5.44 | 68.75 | - |
| YUV | 32.92 | 234.14 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 221 | 0.92 | 0.98 | 0 | 0.13 | 243.87 | 0.96 | 0.44 |
| Hex | 12 | 4 | DD | 5C | 62 | 0 | D | F4 | 60 | 2C |
| Octal | 22 | 4 | 335 | 134 | 142 | 0 | 15 | 364 | 140 | 54 |
| Binary | 10010 | 100 | 11011101 | 1011100 | 1100010 | 0 | 1101 | 11110100 | 1100000 | 101100 |
Color Harmonies of #1204DD
Complementary color
Monochromatic Colors of #1204DD
Black with #1204DD
Text Example
Text Example
White with #1204DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1204DD; }
p { color: rgb(18,4,221); }
H1.HeaderClassName
{
color: #1204DD;
}
.AnyTagClassName
{
color: #1204DD;
}
</style>
background-color css
<style>
a { background-color: #1204DD; }
a { background-color: rgb(18,4,221); }
div.DivClassName
{
background-color: #1204DD;
}
.BgClassName
{
background-color: #1204DD;
}
</style>
border-color css
<style>
span { border-color: #1204DD; }
span { border-color: rgb(18,4,221); }
td.TdClassName
{
border-color: #1204DD;
}
.TagClassName
{
border-color: #1204DD;
}
</style>