Shades of Blue #251EF1
Tints of Blue #251EF1
RGB
CMYK
RGB Variations
Color information
#251EF1 (or 0x251EF1) is known color: Blue. HEX triplet: 25, 1E and F1. RGB value is (37,30,241). Sum of RGB (Red+Green+Blue) = 37+30+241=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 241 (94.53% from 255 or 78.25% from 308); Max value from RGB is 241 - color contains mainly: blue. Hex color #251EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251EF1 is #DAE10E. Grayscale: #373737. Windows color (decimal): -14344463 or 15801893. OLE color: 15801893.
HSL color Cylindrical-coordinate representation of color #251EF1: hue angle of 241.99º 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 #251EF1 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 30 | 241 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.05 |
| HSL | 241.99º | 0.88% | 0.53% | - |
| HSV(B) | 241.99º | 0.88% | 0.95% | - |
| XYZ | 17.1 | 7.67 | 83.8 | - |
| YUV | 56.15 | 232.32 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 241 | 0.85 | 0.88 | 0 | 0.05 | 241.99 | 0.88 | 0.53 |
| Hex | 25 | 1E | F1 | 55 | 58 | 0 | 5 | F2 | 58 | 35 |
| Octal | 45 | 36 | 361 | 125 | 130 | 0 | 5 | 362 | 130 | 65 |
| Binary | 100101 | 11110 | 11110001 | 1010101 | 1011000 | 0 | 101 | 11110010 | 1011000 | 110101 |
Color Harmonies of #251EF1
Complementary color
Monochromatic Colors of #251EF1
Black with #251EF1
Text Example
Text Example
White with #251EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251EF1; }
p { color: rgb(37,30,241); }
H1.HeaderClassName
{
color: #251EF1;
}
.AnyTagClassName
{
color: #251EF1;
}
</style>
background-color css
<style>
a { background-color: #251EF1; }
a { background-color: rgb(37,30,241); }
div.DivClassName
{
background-color: #251EF1;
}
.BgClassName
{
background-color: #251EF1;
}
</style>
border-color css
<style>
span { border-color: #251EF1; }
span { border-color: rgb(37,30,241); }
td.TdClassName
{
border-color: #251EF1;
}
.TagClassName
{
border-color: #251EF1;
}
</style>