Shades of Blue #251CEB
Tints of Blue #251CEB
RGB
CMYK
RGB Variations
Color information
#251CEB (or 0x251CEB) is known color: Blue. HEX triplet: 25, 1C and EB. RGB value is (37,28,235). Sum of RGB (Red+Green+Blue) = 37+28+235=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 235 (92.19% from 255 or 78.33% from 300); Max value from RGB is 235 - color contains mainly: blue. Hex color #251CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251CEB is #DAE314. Grayscale: #353535. Windows color (decimal): -14344981 or 15408165. OLE color: 15408165.
HSL color Cylindrical-coordinate representation of color #251CEB: hue angle of 242.61º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251CEB is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 28 | 235 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.08 |
| HSL | 242.61º | 0.84% | 0.52% | - |
| HSV(B) | 242.61º | 0.88% | 0.92% | - |
| XYZ | 16.17 | 7.22 | 79.14 | - |
| YUV | 54.29 | 229.98 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 235 | 0.84 | 0.88 | 0 | 0.08 | 242.61 | 0.84 | 0.52 |
| Hex | 25 | 1C | EB | 54 | 58 | 0 | 8 | F3 | 54 | 34 |
| Octal | 45 | 34 | 353 | 124 | 130 | 0 | 10 | 363 | 124 | 64 |
| Binary | 100101 | 11100 | 11101011 | 1010100 | 1011000 | 0 | 1000 | 11110011 | 1010100 | 110100 |
Color Harmonies of #251CEB
Complementary color
Monochromatic Colors of #251CEB
Black with #251CEB
Text Example
Text Example
White with #251CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251CEB; }
p { color: rgb(37,28,235); }
H1.HeaderClassName
{
color: #251CEB;
}
.AnyTagClassName
{
color: #251CEB;
}
</style>
background-color css
<style>
a { background-color: #251CEB; }
a { background-color: rgb(37,28,235); }
div.DivClassName
{
background-color: #251CEB;
}
.BgClassName
{
background-color: #251CEB;
}
</style>
border-color css
<style>
span { border-color: #251CEB; }
span { border-color: rgb(37,28,235); }
td.TdClassName
{
border-color: #251CEB;
}
.TagClassName
{
border-color: #251CEB;
}
</style>