Shades of Blue #251DEC
Tints of Blue #251DEC
RGB
CMYK
RGB Variations
Color information
#251DEC (or 0x251DEC) is known color: Blue. HEX triplet: 25, 1D and EC. RGB value is (37,29,236). Sum of RGB (Red+Green+Blue) = 37+29+236=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 236 (92.58% from 255 or 78.15% from 302); Max value from RGB is 236 - color contains mainly: blue. Hex color #251DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251DEC is #DAE213. Grayscale: #363636. Windows color (decimal): -14344724 or 15473957. OLE color: 15473957.
HSL color Cylindrical-coordinate representation of color #251DEC: hue angle of 242.32º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251DEC is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 29 | 236 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.07 |
| HSL | 242.32º | 0.84% | 0.52% | - |
| HSV(B) | 242.32º | 0.88% | 0.93% | - |
| XYZ | 16.34 | 7.33 | 79.91 | - |
| YUV | 54.99 | 230.15 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 236 | 0.84 | 0.88 | 0 | 0.07 | 242.32 | 0.84 | 0.52 |
| Hex | 25 | 1D | EC | 54 | 58 | 0 | 7 | F2 | 54 | 34 |
| Octal | 45 | 35 | 354 | 124 | 130 | 0 | 7 | 362 | 124 | 64 |
| Binary | 100101 | 11101 | 11101100 | 1010100 | 1011000 | 0 | 111 | 11110010 | 1010100 | 110100 |
Color Harmonies of #251DEC
Complementary color
Monochromatic Colors of #251DEC
Black with #251DEC
Text Example
Text Example
White with #251DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251DEC; }
p { color: rgb(37,29,236); }
H1.HeaderClassName
{
color: #251DEC;
}
.AnyTagClassName
{
color: #251DEC;
}
</style>
background-color css
<style>
a { background-color: #251DEC; }
a { background-color: rgb(37,29,236); }
div.DivClassName
{
background-color: #251DEC;
}
.BgClassName
{
background-color: #251DEC;
}
</style>
border-color css
<style>
span { border-color: #251DEC; }
span { border-color: rgb(37,29,236); }
td.TdClassName
{
border-color: #251DEC;
}
.TagClassName
{
border-color: #251DEC;
}
</style>