Shades of Medium Blue #1204DB
Tints of Medium Blue #1204DB
RGB
CMYK
RGB Variations
Color information
#1204DB (or 0x1204DB) is known color: Medium Blue. HEX triplet: 12, 04 and DB. RGB value is (18,4,219). Sum of RGB (Red+Green+Blue) = 18+4+219=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 219 (85.94% from 255 or 90.87% from 241); Max value from RGB is 219 - color contains mainly: blue. Hex color #1204DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1204DB is #EDFB24. Grayscale: #1F1F1F. Windows color (decimal): -15596325 or 14353426. OLE color: 14353426.
HSL color Cylindrical-coordinate representation of color #1204DB: hue angle of 243.91º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1204DB is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 4 | 219 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.14 |
| HSL | 243.91º | 0.96% | 0.44% | - |
| HSV(B) | 243.91º | 0.98% | 0.86% | - |
| XYZ | 13.08 | 5.33 | 67.36 | - |
| YUV | 32.7 | 233.14 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 219 | 0.92 | 0.98 | 0 | 0.14 | 243.91 | 0.96 | 0.44 |
| Hex | 12 | 4 | DB | 5C | 62 | 0 | E | F4 | 60 | 2C |
| Octal | 22 | 4 | 333 | 134 | 142 | 0 | 16 | 364 | 140 | 54 |
| Binary | 10010 | 100 | 11011011 | 1011100 | 1100010 | 0 | 1110 | 11110100 | 1100000 | 101100 |
Color Harmonies of #1204DB
Complementary color
Monochromatic Colors of #1204DB
Black with #1204DB
Text Example
Text Example
White with #1204DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1204DB; }
p { color: rgb(18,4,219); }
H1.HeaderClassName
{
color: #1204DB;
}
.AnyTagClassName
{
color: #1204DB;
}
</style>
background-color css
<style>
a { background-color: #1204DB; }
a { background-color: rgb(18,4,219); }
div.DivClassName
{
background-color: #1204DB;
}
.BgClassName
{
background-color: #1204DB;
}
</style>
border-color css
<style>
span { border-color: #1204DB; }
span { border-color: rgb(18,4,219); }
td.TdClassName
{
border-color: #1204DB;
}
.TagClassName
{
border-color: #1204DB;
}
</style>