Shades of Medium Blue #2508DB
Tints of Medium Blue #2508DB
RGB
CMYK
RGB Variations
Color information
#2508DB (or 0x2508DB) is known color: Medium Blue. HEX triplet: 25, 08 and DB. RGB value is (37,8,219). Sum of RGB (Red+Green+Blue) = 37+8+219=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #2508DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2508DB is #DAF724. Grayscale: #272727. Windows color (decimal): -14350117 or 14354469. OLE color: 14354469.
HSL color Cylindrical-coordinate representation of color #2508DB: hue angle of 248.25º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2508DB is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 8 | 219 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.14 |
| HSL | 248.25º | 0.93% | 0.45% | - |
| HSV(B) | 248.25º | 0.96% | 0.86% | - |
| XYZ | 13.64 | 5.68 | 67.4 | - |
| YUV | 40.73 | 228.61 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 219 | 0.83 | 0.96 | 0 | 0.14 | 248.25 | 0.93 | 0.45 |
| Hex | 25 | 8 | DB | 53 | 60 | 0 | E | F8 | 5D | 2D |
| Octal | 45 | 10 | 333 | 123 | 140 | 0 | 16 | 370 | 135 | 55 |
| Binary | 100101 | 1000 | 11011011 | 1010011 | 1100000 | 0 | 1110 | 11111000 | 1011101 | 101101 |
Color Harmonies of #2508DB
Complementary color
Monochromatic Colors of #2508DB
Black with #2508DB
Text Example
Text Example
White with #2508DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2508DB; }
p { color: rgb(37,8,219); }
H1.HeaderClassName
{
color: #2508DB;
}
.AnyTagClassName
{
color: #2508DB;
}
</style>
background-color css
<style>
a { background-color: #2508DB; }
a { background-color: rgb(37,8,219); }
div.DivClassName
{
background-color: #2508DB;
}
.BgClassName
{
background-color: #2508DB;
}
</style>
border-color css
<style>
span { border-color: #2508DB; }
span { border-color: rgb(37,8,219); }
td.TdClassName
{
border-color: #2508DB;
}
.TagClassName
{
border-color: #2508DB;
}
</style>