Shades of Medium Blue #0025D2
Tints of Medium Blue #0025D2
RGB
CMYK
RGB Variations
Color information
#0025D2 (or 0x0025D2) is known color: Medium Blue. HEX triplet: 00, 25 and D2. RGB value is (0,37,210). Sum of RGB (Red+Green+Blue) = 0+37+210=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 210 (82.42% from 255 or 85.02% from 247); Max value from RGB is 210 - color contains mainly: blue. Hex color #0025D2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0025D2 is #FFDA2D. Grayscale: #2C2C2C. Windows color (decimal): -16767534 or 13772032. OLE color: 13772032.
HSL color Cylindrical-coordinate representation of color #0025D2: hue angle of 229.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0025D2 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 37 | 210 | - |
| CMYK | 1 | 0.82 | 0 | 0.18 |
| HSL | 229.43º | 1% | 0.41% | - |
| HSV(B) | 229.43º | 1% | 0.82% | - |
| XYZ | 12.29 | 5.98 | 61.48 | - |
| YUV | 45.66 | 220.74 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 210 | 1 | 0.82 | 0 | 0.18 | 229.43 | 1 | 0.41 |
| Hex | 0 | 25 | D2 | 64 | 52 | 0 | 12 | E5 | 64 | 29 |
| Octal | 0 | 45 | 322 | 144 | 122 | 0 | 22 | 345 | 144 | 51 |
| Binary | 0 | 100101 | 11010010 | 1100100 | 1010010 | 0 | 10010 | 11100101 | 1100100 | 101001 |
Color Harmonies of #0025D2
Complementary color
Monochromatic Colors of #0025D2
Black with #0025D2
Text Example
Text Example
White with #0025D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0025D2; }
p { color: rgb(0,37,210); }
H1.HeaderClassName
{
color: #0025D2;
}
.AnyTagClassName
{
color: #0025D2;
}
</style>
background-color css
<style>
a { background-color: #0025D2; }
a { background-color: rgb(0,37,210); }
div.DivClassName
{
background-color: #0025D2;
}
.BgClassName
{
background-color: #0025D2;
}
</style>
border-color css
<style>
span { border-color: #0025D2; }
span { border-color: rgb(0,37,210); }
td.TdClassName
{
border-color: #0025D2;
}
.TagClassName
{
border-color: #0025D2;
}
</style>