Shades of Medium Blue #0426DB
Tints of Medium Blue #0426DB
RGB
CMYK
RGB Variations
Color information
#0426DB (or 0x0426DB) is known color: Medium Blue. HEX triplet: 04, 26 and DB. RGB value is (4,38,219). Sum of RGB (Red+Green+Blue) = 4+38+219=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 219 (85.94% from 255 or 83.91% from 261); Max value from RGB is 219 - color contains mainly: blue. Hex color #0426DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0426DB is #FBD924. Grayscale: #2F2F2F. Windows color (decimal): -16505125 or 14362116. OLE color: 14362116.
HSL color Cylindrical-coordinate representation of color #0426DB: hue angle of 230.51º 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 #0426DB is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 38 | 219 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.14 |
| HSL | 230.51º | 0.96% | 0.44% | - |
| HSV(B) | 230.51º | 0.98% | 0.86% | - |
| XYZ | 13.53 | 6.53 | 67.56 | - |
| YUV | 48.47 | 224.24 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 219 | 0.98 | 0.83 | 0 | 0.14 | 230.51 | 0.96 | 0.44 |
| Hex | 4 | 26 | DB | 62 | 53 | 0 | E | E7 | 60 | 2C |
| Octal | 4 | 46 | 333 | 142 | 123 | 0 | 16 | 347 | 140 | 54 |
| Binary | 100 | 100110 | 11011011 | 1100010 | 1010011 | 0 | 1110 | 11100111 | 1100000 | 101100 |
Color Harmonies of #0426DB
Complementary color
Monochromatic Colors of #0426DB
Black with #0426DB
Text Example
Text Example
White with #0426DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0426DB; }
p { color: rgb(4,38,219); }
H1.HeaderClassName
{
color: #0426DB;
}
.AnyTagClassName
{
color: #0426DB;
}
</style>
background-color css
<style>
a { background-color: #0426DB; }
a { background-color: rgb(4,38,219); }
div.DivClassName
{
background-color: #0426DB;
}
.BgClassName
{
background-color: #0426DB;
}
</style>
border-color css
<style>
span { border-color: #0426DB; }
span { border-color: rgb(4,38,219); }
td.TdClassName
{
border-color: #0426DB;
}
.TagClassName
{
border-color: #0426DB;
}
</style>