Shades of Blue #251AEA
Tints of Blue #251AEA
RGB
CMYK
RGB Variations
Color information
#251AEA (or 0x251AEA) is known color: Blue. HEX triplet: 25, 1A and EA. RGB value is (37,26,234). Sum of RGB (Red+Green+Blue) = 37+26+234=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 234 (91.80% from 255 or 78.79% from 297); Max value from RGB is 234 - color contains mainly: blue. Hex color #251AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251AEA is #DAE515. Grayscale: #343434. Windows color (decimal): -14345494 or 15342117. OLE color: 15342117.
HSL color Cylindrical-coordinate representation of color #251AEA: hue angle of 243.17º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #251AEA is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 26 | 234 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.08 |
| HSL | 243.17º | 0.83% | 0.51% | - |
| HSV(B) | 243.17º | 0.89% | 0.92% | - |
| XYZ | 15.98 | 7.07 | 78.36 | - |
| YUV | 53 | 230.14 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 234 | 0.84 | 0.89 | 0 | 0.08 | 243.17 | 0.83 | 0.51 |
| Hex | 25 | 1A | EA | 54 | 59 | 0 | 8 | F3 | 53 | 33 |
| Octal | 45 | 32 | 352 | 124 | 131 | 0 | 10 | 363 | 123 | 63 |
| Binary | 100101 | 11010 | 11101010 | 1010100 | 1011001 | 0 | 1000 | 11110011 | 1010011 | 110011 |
Color Harmonies of #251AEA
Complementary color
Monochromatic Colors of #251AEA
Black with #251AEA
Text Example
Text Example
White with #251AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251AEA; }
p { color: rgb(37,26,234); }
H1.HeaderClassName
{
color: #251AEA;
}
.AnyTagClassName
{
color: #251AEA;
}
</style>
background-color css
<style>
a { background-color: #251AEA; }
a { background-color: rgb(37,26,234); }
div.DivClassName
{
background-color: #251AEA;
}
.BgClassName
{
background-color: #251AEA;
}
</style>
border-color css
<style>
span { border-color: #251AEA; }
span { border-color: rgb(37,26,234); }
td.TdClassName
{
border-color: #251AEA;
}
.TagClassName
{
border-color: #251AEA;
}
</style>