Shades of Medium Blue #2501DB
Tints of Medium Blue #2501DB
RGB
CMYK
RGB Variations
Color information
#2501DB (or 0x2501DB) is known color: Medium Blue. HEX triplet: 25, 01 and DB. RGB value is (37,1,219). Sum of RGB (Red+Green+Blue) = 37+1+219=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 219 (85.94% from 255 or 85.21% from 257); Max value from RGB is 219 - color contains mainly: blue. Hex color #2501DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2501DB is #DAFE24. Grayscale: #232323. Windows color (decimal): -14351909 or 14352677. OLE color: 14352677.
HSL color Cylindrical-coordinate representation of color #2501DB: hue angle of 249.91º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2501DB is Cyan = 0.83, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 1 | 219 | - |
| CMYK | 0.83 | 1.00 | 0 | 0.14 |
| HSL | 249.91º | 0.99% | 0.43% | - |
| HSV(B) | 249.91º | 1% | 0.86% | - |
| XYZ | 13.56 | 5.53 | 67.37 | - |
| YUV | 36.62 | 230.93 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 219 | 0.83 | 1.00 | 0 | 0.14 | 249.91 | 0.99 | 0.43 |
| Hex | 25 | 1 | DB | 53 | 64 | 0 | E | FA | 63 | 2B |
| Octal | 45 | 1 | 333 | 123 | 144 | 0 | 16 | 372 | 143 | 53 |
| Binary | 100101 | 1 | 11011011 | 1010011 | 1100100 | 0 | 1110 | 11111010 | 1100011 | 101011 |
Color Harmonies of #2501DB
Complementary color
Monochromatic Colors of #2501DB
Black with #2501DB
Text Example
Text Example
White with #2501DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2501DB; }
p { color: rgb(37,1,219); }
H1.HeaderClassName
{
color: #2501DB;
}
.AnyTagClassName
{
color: #2501DB;
}
</style>
background-color css
<style>
a { background-color: #2501DB; }
a { background-color: rgb(37,1,219); }
div.DivClassName
{
background-color: #2501DB;
}
.BgClassName
{
background-color: #2501DB;
}
</style>
border-color css
<style>
span { border-color: #2501DB; }
span { border-color: rgb(37,1,219); }
td.TdClassName
{
border-color: #2501DB;
}
.TagClassName
{
border-color: #2501DB;
}
</style>