Shades of Blue #251BF1
Tints of Blue #251BF1
RGB
CMYK
RGB Variations
Color information
#251BF1 (or 0x251BF1) is known color: Blue. HEX triplet: 25, 1B and F1. RGB value is (37,27,241). Sum of RGB (Red+Green+Blue) = 37+27+241=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 241 (94.53% from 255 or 79.02% from 305); Max value from RGB is 241 - color contains mainly: blue. Hex color #251BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251BF1 is #DAE40E. Grayscale: #353535. Windows color (decimal): -14345231 or 15801125. OLE color: 15801125.
HSL color Cylindrical-coordinate representation of color #251BF1: hue angle of 242.8º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #251BF1 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 27 | 241 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.05 |
| HSL | 242.8º | 0.88% | 0.53% | - |
| HSV(B) | 242.8º | 0.89% | 0.95% | - |
| XYZ | 17.03 | 7.53 | 83.77 | - |
| YUV | 54.39 | 233.31 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 241 | 0.85 | 0.89 | 0 | 0.05 | 242.8 | 0.88 | 0.53 |
| Hex | 25 | 1B | F1 | 55 | 59 | 0 | 5 | F3 | 58 | 35 |
| Octal | 45 | 33 | 361 | 125 | 131 | 0 | 5 | 363 | 130 | 65 |
| Binary | 100101 | 11011 | 11110001 | 1010101 | 1011001 | 0 | 101 | 11110011 | 1011000 | 110101 |
Color Harmonies of #251BF1
Complementary color
Monochromatic Colors of #251BF1
Black with #251BF1
Text Example
Text Example
White with #251BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251BF1; }
p { color: rgb(37,27,241); }
H1.HeaderClassName
{
color: #251BF1;
}
.AnyTagClassName
{
color: #251BF1;
}
</style>
background-color css
<style>
a { background-color: #251BF1; }
a { background-color: rgb(37,27,241); }
div.DivClassName
{
background-color: #251BF1;
}
.BgClassName
{
background-color: #251BF1;
}
</style>
border-color css
<style>
span { border-color: #251BF1; }
span { border-color: rgb(37,27,241); }
td.TdClassName
{
border-color: #251BF1;
}
.TagClassName
{
border-color: #251BF1;
}
</style>