Shades of Medium Blue #0025DF
Tints of Medium Blue #0025DF
RGB
CMYK
RGB Variations
Color information
#0025DF (or 0x0025DF) is known color: Medium Blue. HEX triplet: 00, 25 and DF. RGB value is (0,37,223). Sum of RGB (Red+Green+Blue) = 0+37+223=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 223 (87.5% from 255 or 85.77% from 260); Max value from RGB is 223 - color contains mainly: blue. Hex color #0025DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0025DF is #FFDA20. Grayscale: #2E2E2E. Windows color (decimal): -16767521 or 14624000. OLE color: 14624000.
HSL color Cylindrical-coordinate representation of color #0025DF: hue angle of 230.04º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0025DF is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 37 | 223 | - |
| CMYK | 1 | 0.83 | 0 | 0.13 |
| HSL | 230.04º | 1% | 0.44% | - |
| HSV(B) | 230.04º | 1% | 0.87% | - |
| XYZ | 13.98 | 6.65 | 70.36 | - |
| YUV | 47.14 | 227.24 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 223 | 1 | 0.83 | 0 | 0.13 | 230.04 | 1 | 0.44 |
| Hex | 0 | 25 | DF | 64 | 53 | 0 | D | E6 | 64 | 2C |
| Octal | 0 | 45 | 337 | 144 | 123 | 0 | 15 | 346 | 144 | 54 |
| Binary | 0 | 100101 | 11011111 | 1100100 | 1010011 | 0 | 1101 | 11100110 | 1100100 | 101100 |
Color Harmonies of #0025DF
Complementary color
Monochromatic Colors of #0025DF
Black with #0025DF
Text Example
Text Example
White with #0025DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0025DF; }
p { color: rgb(0,37,223); }
H1.HeaderClassName
{
color: #0025DF;
}
.AnyTagClassName
{
color: #0025DF;
}
</style>
background-color css
<style>
a { background-color: #0025DF; }
a { background-color: rgb(0,37,223); }
div.DivClassName
{
background-color: #0025DF;
}
.BgClassName
{
background-color: #0025DF;
}
</style>
border-color css
<style>
span { border-color: #0025DF; }
span { border-color: rgb(0,37,223); }
td.TdClassName
{
border-color: #0025DF;
}
.TagClassName
{
border-color: #0025DF;
}
</style>