Shades of Blue #251BEC
Tints of Blue #251BEC
RGB
CMYK
RGB Variations
Color information
#251BEC (or 0x251BEC) is known color: Blue. HEX triplet: 25, 1B and EC. RGB value is (37,27,236). Sum of RGB (Red+Green+Blue) = 37+27+236=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 236 (92.58% from 255 or 78.67% from 300); Max value from RGB is 236 - color contains mainly: blue. Hex color #251BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251BEC is #DAE413. Grayscale: #343434. Windows color (decimal): -14345236 or 15473445. OLE color: 15473445.
HSL color Cylindrical-coordinate representation of color #251BEC: hue angle of 242.87º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #251BEC is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 27 | 236 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.07 |
| HSL | 242.87º | 0.85% | 0.52% | - |
| HSV(B) | 242.87º | 0.89% | 0.93% | - |
| XYZ | 16.3 | 7.23 | 79.89 | - |
| YUV | 53.82 | 230.81 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 236 | 0.84 | 0.89 | 0 | 0.07 | 242.87 | 0.85 | 0.52 |
| Hex | 25 | 1B | EC | 54 | 59 | 0 | 7 | F3 | 55 | 34 |
| Octal | 45 | 33 | 354 | 124 | 131 | 0 | 7 | 363 | 125 | 64 |
| Binary | 100101 | 11011 | 11101100 | 1010100 | 1011001 | 0 | 111 | 11110011 | 1010101 | 110100 |
Color Harmonies of #251BEC
Complementary color
Monochromatic Colors of #251BEC
Black with #251BEC
Text Example
Text Example
White with #251BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251BEC; }
p { color: rgb(37,27,236); }
H1.HeaderClassName
{
color: #251BEC;
}
.AnyTagClassName
{
color: #251BEC;
}
</style>
background-color css
<style>
a { background-color: #251BEC; }
a { background-color: rgb(37,27,236); }
div.DivClassName
{
background-color: #251BEC;
}
.BgClassName
{
background-color: #251BEC;
}
</style>
border-color css
<style>
span { border-color: #251BEC; }
span { border-color: rgb(37,27,236); }
td.TdClassName
{
border-color: #251BEC;
}
.TagClassName
{
border-color: #251BEC;
}
</style>