Shades of Blue #251FFB
Tints of Blue #251FFB
RGB
CMYK
RGB Variations
Color information
#251FFB (or 0x251FFB) is known color: Blue. HEX triplet: 25, 1F and FB. RGB value is (37,31,251). Sum of RGB (Red+Green+Blue) = 37+31+251=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 251 (98.44% from 255 or 78.68% from 319); Max value from RGB is 251 - color contains mainly: blue. Hex color #251FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251FFB is #DAE004. Grayscale: #393939. Windows color (decimal): -14344197 or 16457509. OLE color: 16457509.
HSL color Cylindrical-coordinate representation of color #251FFB: hue angle of 241.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251FFB is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 31 | 251 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.02 |
| HSL | 241.64º | 0.96% | 0.55% | - |
| HSV(B) | 241.64º | 0.88% | 0.98% | - |
| XYZ | 18.67 | 8.34 | 91.89 | - |
| YUV | 57.87 | 236.99 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 251 | 0.85 | 0.88 | 0 | 0.02 | 241.64 | 0.96 | 0.55 |
| Hex | 25 | 1F | FB | 55 | 58 | 0 | 2 | F2 | 60 | 37 |
| Octal | 45 | 37 | 373 | 125 | 130 | 0 | 2 | 362 | 140 | 67 |
| Binary | 100101 | 11111 | 11111011 | 1010101 | 1011000 | 0 | 10 | 11110010 | 1100000 | 110111 |
Color Harmonies of #251FFB
Complementary color
Monochromatic Colors of #251FFB
Black with #251FFB
Text Example
Text Example
White with #251FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251FFB; }
p { color: rgb(37,31,251); }
H1.HeaderClassName
{
color: #251FFB;
}
.AnyTagClassName
{
color: #251FFB;
}
</style>
background-color css
<style>
a { background-color: #251FFB; }
a { background-color: rgb(37,31,251); }
div.DivClassName
{
background-color: #251FFB;
}
.BgClassName
{
background-color: #251FFB;
}
</style>
border-color css
<style>
span { border-color: #251FFB; }
span { border-color: rgb(37,31,251); }
td.TdClassName
{
border-color: #251FFB;
}
.TagClassName
{
border-color: #251FFB;
}
</style>