Shades of Blue #250CED
Tints of Blue #250CED
RGB
CMYK
RGB Variations
Color information
#250CED (or 0x250CED) is known color: Blue. HEX triplet: 25, 0C and ED. RGB value is (37,12,237). Sum of RGB (Red+Green+Blue) = 37+12+237=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 237 (92.97% from 255 or 82.87% from 286); Max value from RGB is 237 - color contains mainly: blue. Hex color #250CED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250CED is #DAF312. Grayscale: #2C2C2C. Windows color (decimal): -14349075 or 15535141. OLE color: 15535141.
HSL color Cylindrical-coordinate representation of color #250CED: hue angle of 246.67º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250CED is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 12 | 237 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.07 |
| HSL | 246.67º | 0.9% | 0.49% | - |
| HSV(B) | 246.67º | 0.95% | 0.93% | - |
| XYZ | 16.18 | 6.77 | 80.57 | - |
| YUV | 45.13 | 236.28 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 237 | 0.84 | 0.95 | 0 | 0.07 | 246.67 | 0.9 | 0.49 |
| Hex | 25 | C | ED | 54 | 5F | 0 | 7 | F7 | 5A | 31 |
| Octal | 45 | 14 | 355 | 124 | 137 | 0 | 7 | 367 | 132 | 61 |
| Binary | 100101 | 1100 | 11101101 | 1010100 | 1011111 | 0 | 111 | 11110111 | 1011010 | 110001 |
Color Harmonies of #250CED
Complementary color
Monochromatic Colors of #250CED
Black with #250CED
Text Example
Text Example
White with #250CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250CED; }
p { color: rgb(37,12,237); }
H1.HeaderClassName
{
color: #250CED;
}
.AnyTagClassName
{
color: #250CED;
}
</style>
background-color css
<style>
a { background-color: #250CED; }
a { background-color: rgb(37,12,237); }
div.DivClassName
{
background-color: #250CED;
}
.BgClassName
{
background-color: #250CED;
}
</style>
border-color css
<style>
span { border-color: #250CED; }
span { border-color: rgb(37,12,237); }
td.TdClassName
{
border-color: #250CED;
}
.TagClassName
{
border-color: #250CED;
}
</style>