Shades of Medium Blue #250BDA
Tints of Medium Blue #250BDA
RGB
CMYK
RGB Variations
Color information
#250BDA (or 0x250BDA) is known color: Medium Blue. HEX triplet: 25, 0B and DA. RGB value is (37,11,218). Sum of RGB (Red+Green+Blue) = 37+11+218=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 218 (85.55% from 255 or 81.95% from 266); Max value from RGB is 218 - color contains mainly: blue. Hex color #250BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250BDA is #DAF425. Grayscale: #292929. Windows color (decimal): -14349350 or 14289701. OLE color: 14289701.
HSL color Cylindrical-coordinate representation of color #250BDA: hue angle of 247.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250BDA is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 11 | 218 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.15 |
| HSL | 247.54º | 0.9% | 0.45% | - |
| HSV(B) | 247.54º | 0.95% | 0.85% | - |
| XYZ | 13.54 | 5.69 | 66.72 | - |
| YUV | 42.37 | 227.11 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 218 | 0.83 | 0.95 | 0 | 0.15 | 247.54 | 0.9 | 0.45 |
| Hex | 25 | B | DA | 53 | 5F | 0 | F | F8 | 5A | 2D |
| Octal | 45 | 13 | 332 | 123 | 137 | 0 | 17 | 370 | 132 | 55 |
| Binary | 100101 | 1011 | 11011010 | 1010011 | 1011111 | 0 | 1111 | 11111000 | 1011010 | 101101 |
Color Harmonies of #250BDA
Complementary color
Monochromatic Colors of #250BDA
Black with #250BDA
Text Example
Text Example
White with #250BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250BDA; }
p { color: rgb(37,11,218); }
H1.HeaderClassName
{
color: #250BDA;
}
.AnyTagClassName
{
color: #250BDA;
}
</style>
background-color css
<style>
a { background-color: #250BDA; }
a { background-color: rgb(37,11,218); }
div.DivClassName
{
background-color: #250BDA;
}
.BgClassName
{
background-color: #250BDA;
}
</style>
border-color css
<style>
span { border-color: #250BDA; }
span { border-color: rgb(37,11,218); }
td.TdClassName
{
border-color: #250BDA;
}
.TagClassName
{
border-color: #250BDA;
}
</style>