Shades of Medium Blue #0025DC
Tints of Medium Blue #0025DC
RGB
CMYK
RGB Variations
Color information
#0025DC (or 0x0025DC) is known color: Medium Blue. HEX triplet: 00, 25 and DC. RGB value is (0,37,220). Sum of RGB (Red+Green+Blue) = 0+37+220=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 220 (86.33% from 255 or 85.60% from 257); Max value from RGB is 220 - color contains mainly: blue. Hex color #0025DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0025DC is #FFDA23. Grayscale: #2E2E2E. Windows color (decimal): -16767524 or 14427392. OLE color: 14427392.
HSL color Cylindrical-coordinate representation of color #0025DC: hue angle of 229.91º 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 #0025DC is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 37 | 220 | - |
| CMYK | 1 | 0.83 | 0 | 0.14 |
| HSL | 229.91º | 1% | 0.43% | - |
| HSV(B) | 229.91º | 1% | 0.86% | - |
| XYZ | 13.58 | 6.49 | 68.25 | - |
| YUV | 46.8 | 225.74 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 220 | 1 | 0.83 | 0 | 0.14 | 229.91 | 1 | 0.43 |
| Hex | 0 | 25 | DC | 64 | 53 | 0 | E | E6 | 64 | 2B |
| Octal | 0 | 45 | 334 | 144 | 123 | 0 | 16 | 346 | 144 | 53 |
| Binary | 0 | 100101 | 11011100 | 1100100 | 1010011 | 0 | 1110 | 11100110 | 1100100 | 101011 |
Color Harmonies of #0025DC
Complementary color
Monochromatic Colors of #0025DC
Black with #0025DC
Text Example
Text Example
White with #0025DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0025DC; }
p { color: rgb(0,37,220); }
H1.HeaderClassName
{
color: #0025DC;
}
.AnyTagClassName
{
color: #0025DC;
}
</style>
background-color css
<style>
a { background-color: #0025DC; }
a { background-color: rgb(0,37,220); }
div.DivClassName
{
background-color: #0025DC;
}
.BgClassName
{
background-color: #0025DC;
}
</style>
border-color css
<style>
span { border-color: #0025DC; }
span { border-color: rgb(0,37,220); }
td.TdClassName
{
border-color: #0025DC;
}
.TagClassName
{
border-color: #0025DC;
}
</style>