Shades of Medium Blue #0425DB
Tints of Medium Blue #0425DB
RGB
CMYK
RGB Variations
Color information
#0425DB (or 0x0425DB) is known color: Medium Blue. HEX triplet: 04, 25 and DB. RGB value is (4,37,219). Sum of RGB (Red+Green+Blue) = 4+37+219=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 219 (85.94% from 255 or 84.23% from 260); Max value from RGB is 219 - color contains mainly: blue. Hex color #0425DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0425DB is #FBDA24. Grayscale: #2F2F2F. Windows color (decimal): -16505381 or 14361860. OLE color: 14361860.
HSL color Cylindrical-coordinate representation of color #0425DB: hue angle of 230.79º 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 #0425DB is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 37 | 219 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.14 |
| HSL | 230.79º | 0.96% | 0.44% | - |
| HSV(B) | 230.79º | 0.98% | 0.86% | - |
| XYZ | 13.5 | 6.46 | 67.55 | - |
| YUV | 47.88 | 224.57 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 219 | 0.98 | 0.83 | 0 | 0.14 | 230.79 | 0.96 | 0.44 |
| Hex | 4 | 25 | DB | 62 | 53 | 0 | E | E7 | 60 | 2C |
| Octal | 4 | 45 | 333 | 142 | 123 | 0 | 16 | 347 | 140 | 54 |
| Binary | 100 | 100101 | 11011011 | 1100010 | 1010011 | 0 | 1110 | 11100111 | 1100000 | 101100 |
Color Harmonies of #0425DB
Complementary color
Monochromatic Colors of #0425DB
Black with #0425DB
Text Example
Text Example
White with #0425DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0425DB; }
p { color: rgb(4,37,219); }
H1.HeaderClassName
{
color: #0425DB;
}
.AnyTagClassName
{
color: #0425DB;
}
</style>
background-color css
<style>
a { background-color: #0425DB; }
a { background-color: rgb(4,37,219); }
div.DivClassName
{
background-color: #0425DB;
}
.BgClassName
{
background-color: #0425DB;
}
</style>
border-color css
<style>
span { border-color: #0425DB; }
span { border-color: rgb(4,37,219); }
td.TdClassName
{
border-color: #0425DB;
}
.TagClassName
{
border-color: #0425DB;
}
</style>