Shades of Medium Blue #250BCC
Tints of Medium Blue #250BCC
RGB
CMYK
RGB Variations
Color information
#250BCC (or 0x250BCC) is known color: Medium Blue. HEX triplet: 25, 0B and CC. RGB value is (37,11,204). Sum of RGB (Red+Green+Blue) = 37+11+204=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 204 (80.08% from 255 or 80.95% from 252); Max value from RGB is 204 - color contains mainly: blue. Hex color #250BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250BCC is #DAF433. Grayscale: #282828. Windows color (decimal): -14349364 or 13372197. OLE color: 13372197.
HSL color Cylindrical-coordinate representation of color #250BCC: hue angle of 248.08º 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 #250BCC is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 11 | 204 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.2 |
| HSL | 248.08º | 0.9% | 0.42% | - |
| HSV(B) | 248.08º | 0.95% | 0.8% | - |
| XYZ | 11.78 | 4.99 | 57.47 | - |
| YUV | 40.78 | 220.11 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 204 | 0.82 | 0.95 | 0 | 0.2 | 248.08 | 0.9 | 0.42 |
| Hex | 25 | B | CC | 52 | 5F | 0 | 14 | F8 | 5A | 2A |
| Octal | 45 | 13 | 314 | 122 | 137 | 0 | 24 | 370 | 132 | 52 |
| Binary | 100101 | 1011 | 11001100 | 1010010 | 1011111 | 0 | 10100 | 11111000 | 1011010 | 101010 |
Color Harmonies of #250BCC
Complementary color
Monochromatic Colors of #250BCC
Black with #250BCC
Text Example
Text Example
White with #250BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250BCC; }
p { color: rgb(37,11,204); }
H1.HeaderClassName
{
color: #250BCC;
}
.AnyTagClassName
{
color: #250BCC;
}
</style>
background-color css
<style>
a { background-color: #250BCC; }
a { background-color: rgb(37,11,204); }
div.DivClassName
{
background-color: #250BCC;
}
.BgClassName
{
background-color: #250BCC;
}
</style>
border-color css
<style>
span { border-color: #250BCC; }
span { border-color: rgb(37,11,204); }
td.TdClassName
{
border-color: #250BCC;
}
.TagClassName
{
border-color: #250BCC;
}
</style>