Shades of Medium Blue #250CBA
Tints of Medium Blue #250CBA
RGB
CMYK
RGB Variations
Color information
#250CBA (or 0x250CBA) is known color: Medium Blue. HEX triplet: 25, 0C and BA. RGB value is (37,12,186). Sum of RGB (Red+Green+Blue) = 37+12+186=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #250CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250CBA is #DAF345. Grayscale: #262626. Windows color (decimal): -14349126 or 12192805. OLE color: 12192805.
HSL color Cylindrical-coordinate representation of color #250CBA: hue angle of 248.62º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250CBA is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 12 | 186 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.27 |
| HSL | 248.62º | 0.88% | 0.39% | - |
| HSV(B) | 248.62º | 0.94% | 0.73% | - |
| XYZ | 9.76 | 4.2 | 46.75 | - |
| YUV | 39.31 | 210.78 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 186 | 0.80 | 0.94 | 0 | 0.27 | 248.62 | 0.88 | 0.39 |
| Hex | 25 | C | BA | 50 | 5E | 0 | 1B | F9 | 58 | 27 |
| Octal | 45 | 14 | 272 | 120 | 136 | 0 | 33 | 371 | 130 | 47 |
| Binary | 100101 | 1100 | 10111010 | 1010000 | 1011110 | 0 | 11011 | 11111001 | 1011000 | 100111 |
Color Harmonies of #250CBA
Complementary color
Monochromatic Colors of #250CBA
Black with #250CBA
Text Example
Text Example
White with #250CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250CBA; }
p { color: rgb(37,12,186); }
H1.HeaderClassName
{
color: #250CBA;
}
.AnyTagClassName
{
color: #250CBA;
}
</style>
background-color css
<style>
a { background-color: #250CBA; }
a { background-color: rgb(37,12,186); }
div.DivClassName
{
background-color: #250CBA;
}
.BgClassName
{
background-color: #250CBA;
}
</style>
border-color css
<style>
span { border-color: #250CBA; }
span { border-color: rgb(37,12,186); }
td.TdClassName
{
border-color: #250CBA;
}
.TagClassName
{
border-color: #250CBA;
}
</style>