Shades of Blue #251DF6
Tints of Blue #251DF6
RGB
CMYK
RGB Variations
Color information
#251DF6 (or 0x251DF6) is known color: Blue. HEX triplet: 25, 1D and F6. RGB value is (37,29,246). Sum of RGB (Red+Green+Blue) = 37+29+246=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 246 (96.48% from 255 or 78.85% from 312); Max value from RGB is 246 - color contains mainly: blue. Hex color #251DF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251DF6 is #DAE209. Grayscale: #373737. Windows color (decimal): -14344714 or 16129317. OLE color: 16129317.
HSL color Cylindrical-coordinate representation of color #251DF6: hue angle of 242.21º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251DF6 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 29 | 246 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.04 |
| HSL | 242.21º | 0.92% | 0.54% | - |
| HSV(B) | 242.21º | 0.88% | 0.96% | - |
| XYZ | 17.84 | 7.93 | 87.78 | - |
| YUV | 56.13 | 235.15 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 246 | 0.85 | 0.88 | 0 | 0.04 | 242.21 | 0.92 | 0.54 |
| Hex | 25 | 1D | F6 | 55 | 58 | 0 | 4 | F2 | 5C | 36 |
| Octal | 45 | 35 | 366 | 125 | 130 | 0 | 4 | 362 | 134 | 66 |
| Binary | 100101 | 11101 | 11110110 | 1010101 | 1011000 | 0 | 100 | 11110010 | 1011100 | 110110 |
Color Harmonies of #251DF6
Complementary color
Monochromatic Colors of #251DF6
Black with #251DF6
Text Example
Text Example
White with #251DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251DF6; }
p { color: rgb(37,29,246); }
H1.HeaderClassName
{
color: #251DF6;
}
.AnyTagClassName
{
color: #251DF6;
}
</style>
background-color css
<style>
a { background-color: #251DF6; }
a { background-color: rgb(37,29,246); }
div.DivClassName
{
background-color: #251DF6;
}
.BgClassName
{
background-color: #251DF6;
}
</style>
border-color css
<style>
span { border-color: #251DF6; }
span { border-color: rgb(37,29,246); }
td.TdClassName
{
border-color: #251DF6;
}
.TagClassName
{
border-color: #251DF6;
}
</style>