Shades of Blue #251FFE
Tints of Blue #251FFE
RGB
CMYK
RGB Variations
Color information
#251FFE (or 0x251FFE) is known color: Blue. HEX triplet: 25, 1F and FE. RGB value is (37,31,254). Sum of RGB (Red+Green+Blue) = 37+31+254=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 254 (99.61% from 255 or 78.88% from 322); Max value from RGB is 254 - color contains mainly: blue. Hex color #251FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251FFE is #DAE001. Grayscale: #393939. Windows color (decimal): -14344194 or 16654117. OLE color: 16654117.
HSL color Cylindrical-coordinate representation of color #251FFE: hue angle of 241.61º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251FFE is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 31 | 254 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.00 |
| HSL | 241.61º | 0.99% | 0.56% | - |
| HSV(B) | 241.61º | 0.88% | 1% | - |
| XYZ | 19.14 | 8.53 | 94.4 | - |
| YUV | 58.22 | 238.49 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 254 | 0.85 | 0.88 | 0 | 0.00 | 241.61 | 0.99 | 0.56 |
| Hex | 25 | 1F | FE | 55 | 58 | 0 | 0 | F2 | 63 | 38 |
| Octal | 45 | 37 | 376 | 125 | 130 | 0 | 0 | 362 | 143 | 70 |
| Binary | 100101 | 11111 | 11111110 | 1010101 | 1011000 | 0 | 0 | 11110010 | 1100011 | 111000 |
Color Harmonies of #251FFE
Complementary color
Monochromatic Colors of #251FFE
Black with #251FFE
Text Example
Text Example
White with #251FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251FFE; }
p { color: rgb(37,31,254); }
H1.HeaderClassName
{
color: #251FFE;
}
.AnyTagClassName
{
color: #251FFE;
}
</style>
background-color css
<style>
a { background-color: #251FFE; }
a { background-color: rgb(37,31,254); }
div.DivClassName
{
background-color: #251FFE;
}
.BgClassName
{
background-color: #251FFE;
}
</style>
border-color css
<style>
span { border-color: #251FFE; }
span { border-color: rgb(37,31,254); }
td.TdClassName
{
border-color: #251FFE;
}
.TagClassName
{
border-color: #251FFE;
}
</style>