Shades of Blue #251BF4
Tints of Blue #251BF4
RGB
CMYK
RGB Variations
Color information
#251BF4 (or 0x251BF4) is known color: Blue. HEX triplet: 25, 1B and F4. RGB value is (37,27,244). Sum of RGB (Red+Green+Blue) = 37+27+244=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 244 (95.70% from 255 or 79.22% from 308); Max value from RGB is 244 - color contains mainly: blue. Hex color #251BF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251BF4 is #DAE40B. Grayscale: #353535. Windows color (decimal): -14345228 or 15997733. OLE color: 15997733.
HSL color Cylindrical-coordinate representation of color #251BF4: hue angle of 242.76º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #251BF4 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 27 | 244 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.04 |
| HSL | 242.77º | 0.91% | 0.53% | - |
| HSV(B) | 242.77º | 0.89% | 0.96% | - |
| XYZ | 17.48 | 7.71 | 86.15 | - |
| YUV | 54.73 | 234.81 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 244 | 0.85 | 0.89 | 0 | 0.04 | 242.77 | 0.91 | 0.53 |
| Hex | 25 | 1B | F4 | 55 | 59 | 0 | 4 | F3 | 5B | 35 |
| Octal | 45 | 33 | 364 | 125 | 131 | 0 | 4 | 363 | 133 | 65 |
| Binary | 100101 | 11011 | 11110100 | 1010101 | 1011001 | 0 | 100 | 11110011 | 1011011 | 110101 |
Color Harmonies of #251BF4
Complementary color
Monochromatic Colors of #251BF4
Black with #251BF4
Text Example
Text Example
White with #251BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251BF4; }
p { color: rgb(37,27,244); }
H1.HeaderClassName
{
color: #251BF4;
}
.AnyTagClassName
{
color: #251BF4;
}
</style>
background-color css
<style>
a { background-color: #251BF4; }
a { background-color: rgb(37,27,244); }
div.DivClassName
{
background-color: #251BF4;
}
.BgClassName
{
background-color: #251BF4;
}
</style>
border-color css
<style>
span { border-color: #251BF4; }
span { border-color: rgb(37,27,244); }
td.TdClassName
{
border-color: #251BF4;
}
.TagClassName
{
border-color: #251BF4;
}
</style>