Shades of Medium Blue #2506DB
Tints of Medium Blue #2506DB
RGB
CMYK
RGB Variations
Color information
#2506DB (or 0x2506DB) is known color: Medium Blue. HEX triplet: 25, 06 and DB. RGB value is (37,6,219). Sum of RGB (Red+Green+Blue) = 37+6+219=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 219 (85.94% from 255 or 83.59% from 262); Max value from RGB is 219 - color contains mainly: blue. Hex color #2506DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2506DB is #DAF924. Grayscale: #262626. Windows color (decimal): -14350629 or 14353957. OLE color: 14353957.
HSL color Cylindrical-coordinate representation of color #2506DB: hue angle of 248.73º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2506DB is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 6 | 219 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.14 |
| HSL | 248.73º | 0.95% | 0.44% | - |
| HSV(B) | 248.73º | 0.97% | 0.86% | - |
| XYZ | 13.61 | 5.64 | 67.39 | - |
| YUV | 39.55 | 229.27 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 219 | 0.83 | 0.97 | 0 | 0.14 | 248.73 | 0.95 | 0.44 |
| Hex | 25 | 6 | DB | 53 | 61 | 0 | E | F9 | 5F | 2C |
| Octal | 45 | 6 | 333 | 123 | 141 | 0 | 16 | 371 | 137 | 54 |
| Binary | 100101 | 110 | 11011011 | 1010011 | 1100001 | 0 | 1110 | 11111001 | 1011111 | 101100 |
Color Harmonies of #2506DB
Complementary color
Monochromatic Colors of #2506DB
Black with #2506DB
Text Example
Text Example
White with #2506DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2506DB; }
p { color: rgb(37,6,219); }
H1.HeaderClassName
{
color: #2506DB;
}
.AnyTagClassName
{
color: #2506DB;
}
</style>
background-color css
<style>
a { background-color: #2506DB; }
a { background-color: rgb(37,6,219); }
div.DivClassName
{
background-color: #2506DB;
}
.BgClassName
{
background-color: #2506DB;
}
</style>
border-color css
<style>
span { border-color: #2506DB; }
span { border-color: rgb(37,6,219); }
td.TdClassName
{
border-color: #2506DB;
}
.TagClassName
{
border-color: #2506DB;
}
</style>