Shades of Blue #250BEC
Tints of Blue #250BEC
RGB
CMYK
RGB Variations
Color information
#250BEC (or 0x250BEC) is known color: Blue. HEX triplet: 25, 0B and EC. RGB value is (37,11,236). Sum of RGB (Red+Green+Blue) = 37+11+236=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 236 (92.58% from 255 or 83.10% from 284); Max value from RGB is 236 - color contains mainly: blue. Hex color #250BEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250BEC is #DAF413. Grayscale: #2B2B2B. Windows color (decimal): -14349332 or 15469349. OLE color: 15469349.
HSL color Cylindrical-coordinate representation of color #250BEC: hue angle of 246.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250BEC is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 11 | 236 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.07 |
| HSL | 246.93º | 0.91% | 0.48% | - |
| HSV(B) | 246.93º | 0.95% | 0.93% | - |
| XYZ | 16.02 | 6.69 | 79.8 | - |
| YUV | 44.42 | 236.11 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 236 | 0.84 | 0.95 | 0 | 0.07 | 246.93 | 0.91 | 0.48 |
| Hex | 25 | B | EC | 54 | 5F | 0 | 7 | F7 | 5B | 30 |
| Octal | 45 | 13 | 354 | 124 | 137 | 0 | 7 | 367 | 133 | 60 |
| Binary | 100101 | 1011 | 11101100 | 1010100 | 1011111 | 0 | 111 | 11110111 | 1011011 | 110000 |
Color Harmonies of #250BEC
Complementary color
Monochromatic Colors of #250BEC
Black with #250BEC
Text Example
Text Example
White with #250BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250BEC; }
p { color: rgb(37,11,236); }
H1.HeaderClassName
{
color: #250BEC;
}
.AnyTagClassName
{
color: #250BEC;
}
</style>
background-color css
<style>
a { background-color: #250BEC; }
a { background-color: rgb(37,11,236); }
div.DivClassName
{
background-color: #250BEC;
}
.BgClassName
{
background-color: #250BEC;
}
</style>
border-color css
<style>
span { border-color: #250BEC; }
span { border-color: rgb(37,11,236); }
td.TdClassName
{
border-color: #250BEC;
}
.TagClassName
{
border-color: #250BEC;
}
</style>