Shades of Blue #251DF1
Tints of Blue #251DF1
RGB
CMYK
RGB Variations
Color information
#251DF1 (or 0x251DF1) is known color: Blue. HEX triplet: 25, 1D and F1. RGB value is (37,29,241). Sum of RGB (Red+Green+Blue) = 37+29+241=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 241 (94.53% from 255 or 78.50% from 307); Max value from RGB is 241 - color contains mainly: blue. Hex color #251DF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251DF1 is #DAE20E. Grayscale: #363636. Windows color (decimal): -14344719 or 15801637. OLE color: 15801637.
HSL color Cylindrical-coordinate representation of color #251DF1: hue angle of 242.26º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251DF1 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 29 | 241 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.05 |
| HSL | 242.26º | 0.88% | 0.53% | - |
| HSV(B) | 242.26º | 0.88% | 0.95% | - |
| XYZ | 17.08 | 7.62 | 83.79 | - |
| YUV | 55.56 | 232.65 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 241 | 0.85 | 0.88 | 0 | 0.05 | 242.26 | 0.88 | 0.53 |
| Hex | 25 | 1D | F1 | 55 | 58 | 0 | 5 | F2 | 58 | 35 |
| Octal | 45 | 35 | 361 | 125 | 130 | 0 | 5 | 362 | 130 | 65 |
| Binary | 100101 | 11101 | 11110001 | 1010101 | 1011000 | 0 | 101 | 11110010 | 1011000 | 110101 |
Color Harmonies of #251DF1
Complementary color
Monochromatic Colors of #251DF1
Black with #251DF1
Text Example
Text Example
White with #251DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251DF1; }
p { color: rgb(37,29,241); }
H1.HeaderClassName
{
color: #251DF1;
}
.AnyTagClassName
{
color: #251DF1;
}
</style>
background-color css
<style>
a { background-color: #251DF1; }
a { background-color: rgb(37,29,241); }
div.DivClassName
{
background-color: #251DF1;
}
.BgClassName
{
background-color: #251DF1;
}
</style>
border-color css
<style>
span { border-color: #251DF1; }
span { border-color: rgb(37,29,241); }
td.TdClassName
{
border-color: #251DF1;
}
.TagClassName
{
border-color: #251DF1;
}
</style>