Shades of Blue #251FFF
Tints of Blue #251FFF
RGB
CMYK
RGB Variations
Color information
#251FFF (or 0x251FFF) is known color: Blue. HEX triplet: 25, 1F and FF. RGB value is (37,31,255). Sum of RGB (Red+Green+Blue) = 37+31+255=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 255 (100% from 255 or 78.95% from 323); Max value from RGB is 255 - color contains mainly: blue. Hex color #251FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251FFF is #DAE000. Grayscale: #393939. Windows color (decimal): -14344193 or 16719653. OLE color: 16719653.
HSL color Cylindrical-coordinate representation of color #251FFF: hue angle of 241.61º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251FFF is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 31 | 255 | - |
| CMYK | 0.85 | 0.88 | 0 | 0 |
| HSL | 241.61º | 1% | 0.56% | - |
| HSV(B) | 241.61º | 0.88% | 1% | - |
| XYZ | 19.3 | 8.59 | 95.25 | - |
| YUV | 58.33 | 238.99 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 255 | 0.85 | 0.88 | 0 | 0 | 241.61 | 1 | 0.56 |
| Hex | 25 | 1F | FF | 55 | 58 | 0 | 0 | F2 | 64 | 38 |
| Octal | 45 | 37 | 377 | 125 | 130 | 0 | 0 | 362 | 144 | 70 |
| Binary | 100101 | 11111 | 11111111 | 1010101 | 1011000 | 0 | 0 | 11110010 | 1100100 | 111000 |
Color Harmonies of #251FFF
Complementary color
Monochromatic Colors of #251FFF
Black with #251FFF
Text Example
Text Example
White with #251FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251FFF; }
p { color: rgb(37,31,255); }
H1.HeaderClassName
{
color: #251FFF;
}
.AnyTagClassName
{
color: #251FFF;
}
</style>
background-color css
<style>
a { background-color: #251FFF; }
a { background-color: rgb(37,31,255); }
div.DivClassName
{
background-color: #251FFF;
}
.BgClassName
{
background-color: #251FFF;
}
</style>
border-color css
<style>
span { border-color: #251FFF; }
span { border-color: rgb(37,31,255); }
td.TdClassName
{
border-color: #251FFF;
}
.TagClassName
{
border-color: #251FFF;
}
</style>