Shades of Medium Blue #0412DD
Tints of Medium Blue #0412DD
RGB
CMYK
RGB Variations
Color information
#0412DD (or 0x0412DD) is known color: Medium Blue. HEX triplet: 04, 12 and DD. RGB value is (4,18,221). Sum of RGB (Red+Green+Blue) = 4+18+221=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 18 (7.42% from 255 or 7.41% 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 #0412DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0412DD is #FBED22. Grayscale: #242424. Windows color (decimal): -16510243 or 14488068. OLE color: 14488068.
HSL color Cylindrical-coordinate representation of color #0412DD: hue angle of 236.13º 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 #0412DD is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 18 | 221 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.13 |
| HSL | 236.13º | 0.96% | 0.44% | - |
| HSV(B) | 236.13º | 0.98% | 0.87% | - |
| XYZ | 13.32 | 5.68 | 68.8 | - |
| YUV | 36.96 | 231.86 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 221 | 0.98 | 0.92 | 0 | 0.13 | 236.13 | 0.96 | 0.44 |
| Hex | 4 | 12 | DD | 62 | 5C | 0 | D | EC | 60 | 2C |
| Octal | 4 | 22 | 335 | 142 | 134 | 0 | 15 | 354 | 140 | 54 |
| Binary | 100 | 10010 | 11011101 | 1100010 | 1011100 | 0 | 1101 | 11101100 | 1100000 | 101100 |
Color Harmonies of #0412DD
Complementary color
Monochromatic Colors of #0412DD
Black with #0412DD
Text Example
Text Example
White with #0412DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0412DD; }
p { color: rgb(4,18,221); }
H1.HeaderClassName
{
color: #0412DD;
}
.AnyTagClassName
{
color: #0412DD;
}
</style>
background-color css
<style>
a { background-color: #0412DD; }
a { background-color: rgb(4,18,221); }
div.DivClassName
{
background-color: #0412DD;
}
.BgClassName
{
background-color: #0412DD;
}
</style>
border-color css
<style>
span { border-color: #0412DD; }
span { border-color: rgb(4,18,221); }
td.TdClassName
{
border-color: #0412DD;
}
.TagClassName
{
border-color: #0412DD;
}
</style>