Shades of Blue #251DF4
Tints of Blue #251DF4
RGB
CMYK
RGB Variations
Color information
#251DF4 (or 0x251DF4) is known color: Blue. HEX triplet: 25, 1D and F4. RGB value is (37,29,244). Sum of RGB (Red+Green+Blue) = 37+29+244=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 244 (95.70% from 255 or 78.71% from 310); Max value from RGB is 244 - color contains mainly: blue. Hex color #251DF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251DF4 is #DAE20B. Grayscale: #373737. Windows color (decimal): -14344716 or 15998245. OLE color: 15998245.
HSL color Cylindrical-coordinate representation of color #251DF4: hue angle of 242.23º degrees, saturation: 0.91, 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 #251DF4 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 29 | 244 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.04 |
| HSL | 242.23º | 0.91% | 0.54% | - |
| HSV(B) | 242.23º | 0.88% | 0.96% | - |
| XYZ | 17.53 | 7.8 | 86.17 | - |
| YUV | 55.9 | 234.15 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 244 | 0.85 | 0.88 | 0 | 0.04 | 242.23 | 0.91 | 0.54 |
| Hex | 25 | 1D | F4 | 55 | 58 | 0 | 4 | F2 | 5B | 36 |
| Octal | 45 | 35 | 364 | 125 | 130 | 0 | 4 | 362 | 133 | 66 |
| Binary | 100101 | 11101 | 11110100 | 1010101 | 1011000 | 0 | 100 | 11110010 | 1011011 | 110110 |
Color Harmonies of #251DF4
Complementary color
Monochromatic Colors of #251DF4
Black with #251DF4
Text Example
Text Example
White with #251DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251DF4; }
p { color: rgb(37,29,244); }
H1.HeaderClassName
{
color: #251DF4;
}
.AnyTagClassName
{
color: #251DF4;
}
</style>
background-color css
<style>
a { background-color: #251DF4; }
a { background-color: rgb(37,29,244); }
div.DivClassName
{
background-color: #251DF4;
}
.BgClassName
{
background-color: #251DF4;
}
</style>
border-color css
<style>
span { border-color: #251DF4; }
span { border-color: rgb(37,29,244); }
td.TdClassName
{
border-color: #251DF4;
}
.TagClassName
{
border-color: #251DF4;
}
</style>