Shades of Medium Blue #250BCD
Tints of Medium Blue #250BCD
RGB
CMYK
RGB Variations
Color information
#250BCD (or 0x250BCD) is known color: Medium Blue. HEX triplet: 25, 0B and CD. RGB value is (37,11,205). Sum of RGB (Red+Green+Blue) = 37+11+205=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 205 (80.47% from 255 or 81.03% from 253); Max value from RGB is 205 - color contains mainly: blue. Hex color #250BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250BCD is #DAF432. Grayscale: #282828. Windows color (decimal): -14349363 or 13437733. OLE color: 13437733.
HSL color Cylindrical-coordinate representation of color #250BCD: hue angle of 248.04º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250BCD is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 11 | 205 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.20 |
| HSL | 248.04º | 0.9% | 0.42% | - |
| HSV(B) | 248.04º | 0.95% | 0.8% | - |
| XYZ | 11.9 | 5.04 | 58.1 | - |
| YUV | 40.89 | 220.61 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 205 | 0.82 | 0.95 | 0 | 0.20 | 248.04 | 0.9 | 0.42 |
| Hex | 25 | B | CD | 52 | 5F | 0 | 14 | F8 | 5A | 2A |
| Octal | 45 | 13 | 315 | 122 | 137 | 0 | 24 | 370 | 132 | 52 |
| Binary | 100101 | 1011 | 11001101 | 1010010 | 1011111 | 0 | 10100 | 11111000 | 1011010 | 101010 |
Color Harmonies of #250BCD
Complementary color
Monochromatic Colors of #250BCD
Black with #250BCD
Text Example
Text Example
White with #250BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250BCD; }
p { color: rgb(37,11,205); }
H1.HeaderClassName
{
color: #250BCD;
}
.AnyTagClassName
{
color: #250BCD;
}
</style>
background-color css
<style>
a { background-color: #250BCD; }
a { background-color: rgb(37,11,205); }
div.DivClassName
{
background-color: #250BCD;
}
.BgClassName
{
background-color: #250BCD;
}
</style>
border-color css
<style>
span { border-color: #250BCD; }
span { border-color: rgb(37,11,205); }
td.TdClassName
{
border-color: #250BCD;
}
.TagClassName
{
border-color: #250BCD;
}
</style>