Shades of Blue #250CEA
Tints of Blue #250CEA
RGB
CMYK
RGB Variations
Color information
#250CEA (or 0x250CEA) is known color: Blue. HEX triplet: 25, 0C and EA. RGB value is (37,12,234). Sum of RGB (Red+Green+Blue) = 37+12+234=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 234 (91.80% from 255 or 82.69% from 283); Max value from RGB is 234 - color contains mainly: blue. Hex color #250CEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250CEA is #DAF315. Grayscale: #2B2B2B. Windows color (decimal): -14349078 or 15338533. OLE color: 15338533.
HSL color Cylindrical-coordinate representation of color #250CEA: hue angle of 246.76º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250CEA is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 12 | 234 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.08 |
| HSL | 246.76º | 0.9% | 0.48% | - |
| HSV(B) | 246.76º | 0.95% | 0.92% | - |
| XYZ | 15.75 | 6.6 | 78.29 | - |
| YUV | 44.78 | 234.78 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 234 | 0.84 | 0.95 | 0 | 0.08 | 246.76 | 0.9 | 0.48 |
| Hex | 25 | C | EA | 54 | 5F | 0 | 8 | F7 | 5A | 30 |
| Octal | 45 | 14 | 352 | 124 | 137 | 0 | 10 | 367 | 132 | 60 |
| Binary | 100101 | 1100 | 11101010 | 1010100 | 1011111 | 0 | 1000 | 11110111 | 1011010 | 110000 |
Color Harmonies of #250CEA
Complementary color
Monochromatic Colors of #250CEA
Black with #250CEA
Text Example
Text Example
White with #250CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250CEA; }
p { color: rgb(37,12,234); }
H1.HeaderClassName
{
color: #250CEA;
}
.AnyTagClassName
{
color: #250CEA;
}
</style>
background-color css
<style>
a { background-color: #250CEA; }
a { background-color: rgb(37,12,234); }
div.DivClassName
{
background-color: #250CEA;
}
.BgClassName
{
background-color: #250CEA;
}
</style>
border-color css
<style>
span { border-color: #250CEA; }
span { border-color: rgb(37,12,234); }
td.TdClassName
{
border-color: #250CEA;
}
.TagClassName
{
border-color: #250CEA;
}
</style>