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