Shades of Blue #250CE8
Tints of Blue #250CE8
RGB
CMYK
RGB Variations
Color information
#250CE8 (or 0x250CE8) is known color: Blue. HEX triplet: 25, 0C and E8. RGB value is (37,12,232). Sum of RGB (Red+Green+Blue) = 37+12+232=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 232 (91.02% from 255 or 82.56% from 281); Max value from RGB is 232 - color contains mainly: blue. Hex color #250CE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250CE8 is #DAF317. Grayscale: #2B2B2B. Windows color (decimal): -14349080 or 15207461. OLE color: 15207461.
HSL color Cylindrical-coordinate representation of color #250CE8: hue angle of 246.82º degrees, saturation: 0.9, 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 #250CE8 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 12 | 232 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.09 |
| HSL | 246.82º | 0.9% | 0.48% | - |
| HSV(B) | 246.82º | 0.95% | 0.91% | - |
| XYZ | 15.46 | 6.48 | 76.78 | - |
| YUV | 44.56 | 233.78 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 232 | 0.84 | 0.95 | 0 | 0.09 | 246.82 | 0.9 | 0.48 |
| Hex | 25 | C | E8 | 54 | 5F | 0 | 9 | F7 | 5A | 30 |
| Octal | 45 | 14 | 350 | 124 | 137 | 0 | 11 | 367 | 132 | 60 |
| Binary | 100101 | 1100 | 11101000 | 1010100 | 1011111 | 0 | 1001 | 11110111 | 1011010 | 110000 |
Color Harmonies of #250CE8
Complementary color
Monochromatic Colors of #250CE8
Black with #250CE8
Text Example
Text Example
White with #250CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250CE8; }
p { color: rgb(37,12,232); }
H1.HeaderClassName
{
color: #250CE8;
}
.AnyTagClassName
{
color: #250CE8;
}
</style>
background-color css
<style>
a { background-color: #250CE8; }
a { background-color: rgb(37,12,232); }
div.DivClassName
{
background-color: #250CE8;
}
.BgClassName
{
background-color: #250CE8;
}
</style>
border-color css
<style>
span { border-color: #250CE8; }
span { border-color: rgb(37,12,232); }
td.TdClassName
{
border-color: #250CE8;
}
.TagClassName
{
border-color: #250CE8;
}
</style>