Shades of Medium Blue #0025DB
Tints of Medium Blue #0025DB
RGB
CMYK
RGB Variations
Color information
#0025DB (or 0x0025DB) is known color: Medium Blue. HEX triplet: 00, 25 and DB. RGB value is (0,37,219). Sum of RGB (Red+Green+Blue) = 0+37+219=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 219 (85.94% from 255 or 85.55% from 256); Max value from RGB is 219 - color contains mainly: blue. Hex color #0025DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0025DB is #FFDA24. Grayscale: #2D2D2D. Windows color (decimal): -16767525 or 14361856. OLE color: 14361856.
HSL color Cylindrical-coordinate representation of color #0025DB: hue angle of 229.86º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0025DB is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 37 | 219 | - |
| CMYK | 1 | 0.83 | 0 | 0.14 |
| HSL | 229.86º | 1% | 0.43% | - |
| HSV(B) | 229.86º | 1% | 0.86% | - |
| XYZ | 13.45 | 6.44 | 67.55 | - |
| YUV | 46.69 | 225.24 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 219 | 1 | 0.83 | 0 | 0.14 | 229.86 | 1 | 0.43 |
| Hex | 0 | 25 | DB | 64 | 53 | 0 | E | E6 | 64 | 2B |
| Octal | 0 | 45 | 333 | 144 | 123 | 0 | 16 | 346 | 144 | 53 |
| Binary | 0 | 100101 | 11011011 | 1100100 | 1010011 | 0 | 1110 | 11100110 | 1100100 | 101011 |
Color Harmonies of #0025DB
Complementary color
Monochromatic Colors of #0025DB
Black with #0025DB
Text Example
Text Example
White with #0025DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0025DB; }
p { color: rgb(0,37,219); }
H1.HeaderClassName
{
color: #0025DB;
}
.AnyTagClassName
{
color: #0025DB;
}
</style>
background-color css
<style>
a { background-color: #0025DB; }
a { background-color: rgb(0,37,219); }
div.DivClassName
{
background-color: #0025DB;
}
.BgClassName
{
background-color: #0025DB;
}
</style>
border-color css
<style>
span { border-color: #0025DB; }
span { border-color: rgb(0,37,219); }
td.TdClassName
{
border-color: #0025DB;
}
.TagClassName
{
border-color: #0025DB;
}
</style>