Shades of Medium Blue #250DDA
Tints of Medium Blue #250DDA
RGB
CMYK
RGB Variations
Color information
#250DDA (or 0x250DDA) is known color: Medium Blue. HEX triplet: 25, 0D and DA. RGB value is (37,13,218). Sum of RGB (Red+Green+Blue) = 37+13+218=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 218 (85.55% from 255 or 81.34% from 268); Max value from RGB is 218 - color contains mainly: blue. Hex color #250DDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250DDA is #DAF225. Grayscale: #2A2A2A. Windows color (decimal): -14348838 or 14290213. OLE color: 14290213.
HSL color Cylindrical-coordinate representation of color #250DDA: hue angle of 247.02º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250DDA is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 13 | 218 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.15 |
| HSL | 247.02º | 0.89% | 0.45% | - |
| HSV(B) | 247.02º | 0.94% | 0.85% | - |
| XYZ | 13.56 | 5.74 | 66.72 | - |
| YUV | 43.55 | 226.45 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 218 | 0.83 | 0.94 | 0 | 0.15 | 247.02 | 0.89 | 0.45 |
| Hex | 25 | D | DA | 53 | 5E | 0 | F | F7 | 59 | 2D |
| Octal | 45 | 15 | 332 | 123 | 136 | 0 | 17 | 367 | 131 | 55 |
| Binary | 100101 | 1101 | 11011010 | 1010011 | 1011110 | 0 | 1111 | 11110111 | 1011001 | 101101 |
Color Harmonies of #250DDA
Complementary color
Monochromatic Colors of #250DDA
Black with #250DDA
Text Example
Text Example
White with #250DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250DDA; }
p { color: rgb(37,13,218); }
H1.HeaderClassName
{
color: #250DDA;
}
.AnyTagClassName
{
color: #250DDA;
}
</style>
background-color css
<style>
a { background-color: #250DDA; }
a { background-color: rgb(37,13,218); }
div.DivClassName
{
background-color: #250DDA;
}
.BgClassName
{
background-color: #250DDA;
}
</style>
border-color css
<style>
span { border-color: #250DDA; }
span { border-color: rgb(37,13,218); }
td.TdClassName
{
border-color: #250DDA;
}
.TagClassName
{
border-color: #250DDA;
}
</style>