Shades of Blue #250BE8
Tints of Blue #250BE8
RGB
CMYK
RGB Variations
Color information
#250BE8 (or 0x250BE8) is known color: Blue. HEX triplet: 25, 0B and E8. RGB value is (37,11,232). Sum of RGB (Red+Green+Blue) = 37+11+232=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 232 (91.02% from 255 or 82.86% from 280); Max value from RGB is 232 - color contains mainly: blue. Hex color #250BE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250BE8 is #DAF417. Grayscale: #2B2B2B. Windows color (decimal): -14349336 or 15207205. OLE color: 15207205.
HSL color Cylindrical-coordinate representation of color #250BE8: hue angle of 247.06º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250BE8 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 11 | 232 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.09 |
| HSL | 247.06º | 0.91% | 0.48% | - |
| HSV(B) | 247.06º | 0.95% | 0.91% | - |
| XYZ | 15.45 | 6.46 | 76.78 | - |
| YUV | 43.97 | 234.11 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 232 | 0.84 | 0.95 | 0 | 0.09 | 247.06 | 0.91 | 0.48 |
| Hex | 25 | B | E8 | 54 | 5F | 0 | 9 | F7 | 5B | 30 |
| Octal | 45 | 13 | 350 | 124 | 137 | 0 | 11 | 367 | 133 | 60 |
| Binary | 100101 | 1011 | 11101000 | 1010100 | 1011111 | 0 | 1001 | 11110111 | 1011011 | 110000 |
Color Harmonies of #250BE8
Complementary color
Monochromatic Colors of #250BE8
Black with #250BE8
Text Example
Text Example
White with #250BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250BE8; }
p { color: rgb(37,11,232); }
H1.HeaderClassName
{
color: #250BE8;
}
.AnyTagClassName
{
color: #250BE8;
}
</style>
background-color css
<style>
a { background-color: #250BE8; }
a { background-color: rgb(37,11,232); }
div.DivClassName
{
background-color: #250BE8;
}
.BgClassName
{
background-color: #250BE8;
}
</style>
border-color css
<style>
span { border-color: #250BE8; }
span { border-color: rgb(37,11,232); }
td.TdClassName
{
border-color: #250BE8;
}
.TagClassName
{
border-color: #250BE8;
}
</style>