Shades of Medium Blue #0225DB
Tints of Medium Blue #0225DB
RGB
CMYK
RGB Variations
Color information
#0225DB (or 0x0225DB) is known color: Medium Blue. HEX triplet: 02, 25 and DB. RGB value is (2,37,219). Sum of RGB (Red+Green+Blue) = 2+37+219=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 219 (85.94% from 255 or 84.88% from 258); Max value from RGB is 219 - color contains mainly: blue. Hex color #0225DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0225DB is #FDDA24. Grayscale: #2E2E2E. Windows color (decimal): -16636453 or 14361858. OLE color: 14361858.
HSL color Cylindrical-coordinate representation of color #0225DB: hue angle of 230.32º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0225DB is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 37 | 219 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.14 |
| HSL | 230.32º | 0.98% | 0.43% | - |
| HSV(B) | 230.32º | 0.99% | 0.86% | - |
| XYZ | 13.47 | 6.45 | 67.55 | - |
| YUV | 47.28 | 224.9 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 219 | 0.99 | 0.83 | 0 | 0.14 | 230.32 | 0.98 | 0.43 |
| Hex | 2 | 25 | DB | 63 | 53 | 0 | E | E6 | 62 | 2B |
| Octal | 2 | 45 | 333 | 143 | 123 | 0 | 16 | 346 | 142 | 53 |
| Binary | 10 | 100101 | 11011011 | 1100011 | 1010011 | 0 | 1110 | 11100110 | 1100010 | 101011 |
Color Harmonies of #0225DB
Complementary color
Monochromatic Colors of #0225DB
Black with #0225DB
Text Example
Text Example
White with #0225DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0225DB; }
p { color: rgb(2,37,219); }
H1.HeaderClassName
{
color: #0225DB;
}
.AnyTagClassName
{
color: #0225DB;
}
</style>
background-color css
<style>
a { background-color: #0225DB; }
a { background-color: rgb(2,37,219); }
div.DivClassName
{
background-color: #0225DB;
}
.BgClassName
{
background-color: #0225DB;
}
</style>
border-color css
<style>
span { border-color: #0225DB; }
span { border-color: rgb(2,37,219); }
td.TdClassName
{
border-color: #0225DB;
}
.TagClassName
{
border-color: #0225DB;
}
</style>