Shades of Blue #251AFE
Tints of Blue #251AFE
RGB
CMYK
RGB Variations
Color information
#251AFE (or 0x251AFE) is known color: Blue. HEX triplet: 25, 1A and FE. RGB value is (37,26,254). Sum of RGB (Red+Green+Blue) = 37+26+254=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 254 (99.61% from 255 or 80.13% from 317); Max value from RGB is 254 - color contains mainly: blue. Hex color #251AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251AFE is #DAE501. Grayscale: #363636. Windows color (decimal): -14345474 or 16652837. OLE color: 16652837.
HSL color Cylindrical-coordinate representation of color #251AFE: hue angle of 242.89º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #251AFE is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 26 | 254 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.00 |
| HSL | 242.89º | 0.99% | 0.55% | - |
| HSV(B) | 242.89º | 0.9% | 1% | - |
| XYZ | 19.02 | 8.29 | 94.36 | - |
| YUV | 55.28 | 240.14 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 254 | 0.85 | 0.90 | 0 | 0.00 | 242.89 | 0.99 | 0.55 |
| Hex | 25 | 1A | FE | 55 | 5A | 0 | 0 | F3 | 63 | 37 |
| Octal | 45 | 32 | 376 | 125 | 132 | 0 | 0 | 363 | 143 | 67 |
| Binary | 100101 | 11010 | 11111110 | 1010101 | 1011010 | 0 | 0 | 11110011 | 1100011 | 110111 |
Color Harmonies of #251AFE
Complementary color
Monochromatic Colors of #251AFE
Black with #251AFE
Text Example
Text Example
White with #251AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251AFE; }
p { color: rgb(37,26,254); }
H1.HeaderClassName
{
color: #251AFE;
}
.AnyTagClassName
{
color: #251AFE;
}
</style>
background-color css
<style>
a { background-color: #251AFE; }
a { background-color: rgb(37,26,254); }
div.DivClassName
{
background-color: #251AFE;
}
.BgClassName
{
background-color: #251AFE;
}
</style>
border-color css
<style>
span { border-color: #251AFE; }
span { border-color: rgb(37,26,254); }
td.TdClassName
{
border-color: #251AFE;
}
.TagClassName
{
border-color: #251AFE;
}
</style>