Shades of Blue #251DED
Tints of Blue #251DED
RGB
CMYK
RGB Variations
Color information
#251DED (or 0x251DED) is known color: Blue. HEX triplet: 25, 1D and ED. RGB value is (37,29,237). Sum of RGB (Red+Green+Blue) = 37+29+237=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 237 (92.97% from 255 or 78.22% from 303); Max value from RGB is 237 - color contains mainly: blue. Hex color #251DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251DED is #DAE212. Grayscale: #363636. Windows color (decimal): -14344723 or 15539493. OLE color: 15539493.
HSL color Cylindrical-coordinate representation of color #251DED: hue angle of 242.31º degrees, saturation: 0.85, 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 #251DED is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 29 | 237 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.07 |
| HSL | 242.31º | 0.85% | 0.52% | - |
| HSV(B) | 242.31º | 0.88% | 0.93% | - |
| XYZ | 16.49 | 7.39 | 80.68 | - |
| YUV | 55.1 | 230.65 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 237 | 0.84 | 0.88 | 0 | 0.07 | 242.31 | 0.85 | 0.52 |
| Hex | 25 | 1D | ED | 54 | 58 | 0 | 7 | F2 | 55 | 34 |
| Octal | 45 | 35 | 355 | 124 | 130 | 0 | 7 | 362 | 125 | 64 |
| Binary | 100101 | 11101 | 11101101 | 1010100 | 1011000 | 0 | 111 | 11110010 | 1010101 | 110100 |
Color Harmonies of #251DED
Complementary color
Monochromatic Colors of #251DED
Black with #251DED
Text Example
Text Example
White with #251DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251DED; }
p { color: rgb(37,29,237); }
H1.HeaderClassName
{
color: #251DED;
}
.AnyTagClassName
{
color: #251DED;
}
</style>
background-color css
<style>
a { background-color: #251DED; }
a { background-color: rgb(37,29,237); }
div.DivClassName
{
background-color: #251DED;
}
.BgClassName
{
background-color: #251DED;
}
</style>
border-color css
<style>
span { border-color: #251DED; }
span { border-color: rgb(37,29,237); }
td.TdClassName
{
border-color: #251DED;
}
.TagClassName
{
border-color: #251DED;
}
</style>