Shades of Medium Blue #250DDB
Tints of Medium Blue #250DDB
RGB
CMYK
RGB Variations
Color information
#250DDB (or 0x250DDB) is known color: Medium Blue. HEX triplet: 25, 0D and DB. RGB value is (37,13,219). Sum of RGB (Red+Green+Blue) = 37+13+219=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #250DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250DDB is #DAF224. Grayscale: #2A2A2A. Windows color (decimal): -14348837 or 14355749. OLE color: 14355749.
HSL color Cylindrical-coordinate representation of color #250DDB: hue angle of 246.99º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250DDB is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 13 | 219 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.14 |
| HSL | 246.99º | 0.89% | 0.45% | - |
| HSV(B) | 246.99º | 0.94% | 0.86% | - |
| XYZ | 13.69 | 5.8 | 67.41 | - |
| YUV | 43.66 | 226.95 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 219 | 0.83 | 0.94 | 0 | 0.14 | 246.99 | 0.89 | 0.45 |
| Hex | 25 | D | DB | 53 | 5E | 0 | E | F7 | 59 | 2D |
| Octal | 45 | 15 | 333 | 123 | 136 | 0 | 16 | 367 | 131 | 55 |
| Binary | 100101 | 1101 | 11011011 | 1010011 | 1011110 | 0 | 1110 | 11110111 | 1011001 | 101101 |
Color Harmonies of #250DDB
Complementary color
Monochromatic Colors of #250DDB
Black with #250DDB
Text Example
Text Example
White with #250DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250DDB; }
p { color: rgb(37,13,219); }
H1.HeaderClassName
{
color: #250DDB;
}
.AnyTagClassName
{
color: #250DDB;
}
</style>
background-color css
<style>
a { background-color: #250DDB; }
a { background-color: rgb(37,13,219); }
div.DivClassName
{
background-color: #250DDB;
}
.BgClassName
{
background-color: #250DDB;
}
</style>
border-color css
<style>
span { border-color: #250DDB; }
span { border-color: rgb(37,13,219); }
td.TdClassName
{
border-color: #250DDB;
}
.TagClassName
{
border-color: #250DDB;
}
</style>