Shades of Medium Blue #250CBD
Tints of Medium Blue #250CBD
RGB
CMYK
RGB Variations
Color information
#250CBD (or 0x250CBD) is known color: Medium Blue. HEX triplet: 25, 0C and BD. RGB value is (37,12,189). Sum of RGB (Red+Green+Blue) = 37+12+189=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 189 (74.22% from 255 or 79.41% from 238); Max value from RGB is 189 - color contains mainly: blue. Hex color #250CBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250CBD is #DAF342. Grayscale: #262626. Windows color (decimal): -14349123 or 12389413. OLE color: 12389413.
HSL color Cylindrical-coordinate representation of color #250CBD: hue angle of 248.47º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250CBD is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 12 | 189 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.26 |
| HSL | 248.47º | 0.88% | 0.39% | - |
| HSV(B) | 248.47º | 0.94% | 0.74% | - |
| XYZ | 10.08 | 4.33 | 48.45 | - |
| YUV | 39.65 | 212.28 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 189 | 0.80 | 0.94 | 0 | 0.26 | 248.47 | 0.88 | 0.39 |
| Hex | 25 | C | BD | 50 | 5E | 0 | 1A | F8 | 58 | 27 |
| Octal | 45 | 14 | 275 | 120 | 136 | 0 | 32 | 370 | 130 | 47 |
| Binary | 100101 | 1100 | 10111101 | 1010000 | 1011110 | 0 | 11010 | 11111000 | 1011000 | 100111 |
Color Harmonies of #250CBD
Complementary color
Monochromatic Colors of #250CBD
Black with #250CBD
Text Example
Text Example
White with #250CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250CBD; }
p { color: rgb(37,12,189); }
H1.HeaderClassName
{
color: #250CBD;
}
.AnyTagClassName
{
color: #250CBD;
}
</style>
background-color css
<style>
a { background-color: #250CBD; }
a { background-color: rgb(37,12,189); }
div.DivClassName
{
background-color: #250CBD;
}
.BgClassName
{
background-color: #250CBD;
}
</style>
border-color css
<style>
span { border-color: #250CBD; }
span { border-color: rgb(37,12,189); }
td.TdClassName
{
border-color: #250CBD;
}
.TagClassName
{
border-color: #250CBD;
}
</style>