Shades of Medium Blue #250BCB
Tints of Medium Blue #250BCB
RGB
CMYK
RGB Variations
Color information
#250BCB (or 0x250BCB) is known color: Medium Blue. HEX triplet: 25, 0B and CB. RGB value is (37,11,203). Sum of RGB (Red+Green+Blue) = 37+11+203=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 203 (79.69% from 255 or 80.88% from 251); Max value from RGB is 203 - color contains mainly: blue. Hex color #250BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250BCB is #DAF434. Grayscale: #272727. Windows color (decimal): -14349365 or 13306661. OLE color: 13306661.
HSL color Cylindrical-coordinate representation of color #250BCB: hue angle of 248.12º 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 #250BCB is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 11 | 203 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.20 |
| HSL | 248.13º | 0.9% | 0.42% | - |
| HSV(B) | 248.13º | 0.95% | 0.8% | - |
| XYZ | 11.66 | 4.94 | 56.84 | - |
| YUV | 40.66 | 219.61 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 203 | 0.82 | 0.95 | 0 | 0.20 | 248.13 | 0.9 | 0.42 |
| Hex | 25 | B | CB | 52 | 5F | 0 | 14 | F8 | 5A | 2A |
| Octal | 45 | 13 | 313 | 122 | 137 | 0 | 24 | 370 | 132 | 52 |
| Binary | 100101 | 1011 | 11001011 | 1010010 | 1011111 | 0 | 10100 | 11111000 | 1011010 | 101010 |
Color Harmonies of #250BCB
Complementary color
Monochromatic Colors of #250BCB
Black with #250BCB
Text Example
Text Example
White with #250BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250BCB; }
p { color: rgb(37,11,203); }
H1.HeaderClassName
{
color: #250BCB;
}
.AnyTagClassName
{
color: #250BCB;
}
</style>
background-color css
<style>
a { background-color: #250BCB; }
a { background-color: rgb(37,11,203); }
div.DivClassName
{
background-color: #250BCB;
}
.BgClassName
{
background-color: #250BCB;
}
</style>
border-color css
<style>
span { border-color: #250BCB; }
span { border-color: rgb(37,11,203); }
td.TdClassName
{
border-color: #250BCB;
}
.TagClassName
{
border-color: #250BCB;
}
</style>