Shades of Blue #251BEA
Tints of Blue #251BEA
RGB
CMYK
RGB Variations
Color information
#251BEA (or 0x251BEA) is known color: Blue. HEX triplet: 25, 1B and EA. RGB value is (37,27,234). Sum of RGB (Red+Green+Blue) = 37+27+234=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 234 (91.80% from 255 or 78.52% from 298); Max value from RGB is 234 - color contains mainly: blue. Hex color #251BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251BEA is #DAE415. Grayscale: #343434. Windows color (decimal): -14345238 or 15342373. OLE color: 15342373.
HSL color Cylindrical-coordinate representation of color #251BEA: hue angle of 242.9º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251BEA is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 27 | 234 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.08 |
| HSL | 242.9º | 0.83% | 0.51% | - |
| HSV(B) | 242.9º | 0.88% | 0.92% | - |
| XYZ | 16.01 | 7.12 | 78.37 | - |
| YUV | 53.59 | 229.81 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 234 | 0.84 | 0.88 | 0 | 0.08 | 242.9 | 0.83 | 0.51 |
| Hex | 25 | 1B | EA | 54 | 58 | 0 | 8 | F3 | 53 | 33 |
| Octal | 45 | 33 | 352 | 124 | 130 | 0 | 10 | 363 | 123 | 63 |
| Binary | 100101 | 11011 | 11101010 | 1010100 | 1011000 | 0 | 1000 | 11110011 | 1010011 | 110011 |
Color Harmonies of #251BEA
Complementary color
Monochromatic Colors of #251BEA
Black with #251BEA
Text Example
Text Example
White with #251BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251BEA; }
p { color: rgb(37,27,234); }
H1.HeaderClassName
{
color: #251BEA;
}
.AnyTagClassName
{
color: #251BEA;
}
</style>
background-color css
<style>
a { background-color: #251BEA; }
a { background-color: rgb(37,27,234); }
div.DivClassName
{
background-color: #251BEA;
}
.BgClassName
{
background-color: #251BEA;
}
</style>
border-color css
<style>
span { border-color: #251BEA; }
span { border-color: rgb(37,27,234); }
td.TdClassName
{
border-color: #251BEA;
}
.TagClassName
{
border-color: #251BEA;
}
</style>