Shades of Medium Blue #0414DC
Tints of Medium Blue #0414DC
RGB
CMYK
RGB Variations
Color information
#0414DC (or 0x0414DC) is known color: Medium Blue. HEX triplet: 04, 14 and DC. RGB value is (4,20,220). Sum of RGB (Red+Green+Blue) = 4+20+220=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 220 (86.33% from 255 or 90.16% from 244); Max value from RGB is 220 - color contains mainly: blue. Hex color #0414DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0414DC is #FBEB23. Grayscale: #252525. Windows color (decimal): -16509732 or 14423044. OLE color: 14423044.
HSL color Cylindrical-coordinate representation of color #0414DC: hue angle of 235.56º 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 #0414DC is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 20 | 220 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.14 |
| HSL | 235.56º | 0.96% | 0.44% | - |
| HSV(B) | 235.56º | 0.98% | 0.86% | - |
| XYZ | 13.22 | 5.69 | 68.11 | - |
| YUV | 38.02 | 230.7 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 220 | 0.98 | 0.91 | 0 | 0.14 | 235.56 | 0.96 | 0.44 |
| Hex | 4 | 14 | DC | 62 | 5B | 0 | E | EC | 60 | 2C |
| Octal | 4 | 24 | 334 | 142 | 133 | 0 | 16 | 354 | 140 | 54 |
| Binary | 100 | 10100 | 11011100 | 1100010 | 1011011 | 0 | 1110 | 11101100 | 1100000 | 101100 |
Color Harmonies of #0414DC
Complementary color
Monochromatic Colors of #0414DC
Black with #0414DC
Text Example
Text Example
White with #0414DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0414DC; }
p { color: rgb(4,20,220); }
H1.HeaderClassName
{
color: #0414DC;
}
.AnyTagClassName
{
color: #0414DC;
}
</style>
background-color css
<style>
a { background-color: #0414DC; }
a { background-color: rgb(4,20,220); }
div.DivClassName
{
background-color: #0414DC;
}
.BgClassName
{
background-color: #0414DC;
}
</style>
border-color css
<style>
span { border-color: #0414DC; }
span { border-color: rgb(4,20,220); }
td.TdClassName
{
border-color: #0414DC;
}
.TagClassName
{
border-color: #0414DC;
}
</style>