Shades of Medium Blue #250BCF
Tints of Medium Blue #250BCF
RGB
CMYK
RGB Variations
Color information
#250BCF (or 0x250BCF) is known color: Medium Blue. HEX triplet: 25, 0B and CF. RGB value is (37,11,207). Sum of RGB (Red+Green+Blue) = 37+11+207=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 207 (81.25% from 255 or 81.18% from 255); Max value from RGB is 207 - color contains mainly: blue. Hex color #250BCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250BCF is #DAF430. Grayscale: #282828. Windows color (decimal): -14349361 or 13568805. OLE color: 13568805.
HSL color Cylindrical-coordinate representation of color #250BCF: hue angle of 247.96º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250BCF is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 11 | 207 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.19 |
| HSL | 247.96º | 0.9% | 0.43% | - |
| HSV(B) | 247.96º | 0.95% | 0.81% | - |
| XYZ | 12.15 | 5.14 | 59.38 | - |
| YUV | 41.12 | 221.61 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 207 | 0.82 | 0.95 | 0 | 0.19 | 247.96 | 0.9 | 0.43 |
| Hex | 25 | B | CF | 52 | 5F | 0 | 13 | F8 | 5A | 2B |
| Octal | 45 | 13 | 317 | 122 | 137 | 0 | 23 | 370 | 132 | 53 |
| Binary | 100101 | 1011 | 11001111 | 1010010 | 1011111 | 0 | 10011 | 11111000 | 1011010 | 101011 |
Color Harmonies of #250BCF
Complementary color
Monochromatic Colors of #250BCF
Black with #250BCF
Text Example
Text Example
White with #250BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250BCF; }
p { color: rgb(37,11,207); }
H1.HeaderClassName
{
color: #250BCF;
}
.AnyTagClassName
{
color: #250BCF;
}
</style>
background-color css
<style>
a { background-color: #250BCF; }
a { background-color: rgb(37,11,207); }
div.DivClassName
{
background-color: #250BCF;
}
.BgClassName
{
background-color: #250BCF;
}
</style>
border-color css
<style>
span { border-color: #250BCF; }
span { border-color: rgb(37,11,207); }
td.TdClassName
{
border-color: #250BCF;
}
.TagClassName
{
border-color: #250BCF;
}
</style>