Shades of Blue #251AF8
Tints of Blue #251AF8
RGB
CMYK
RGB Variations
Color information
#251AF8 (or 0x251AF8) is known color: Blue. HEX triplet: 25, 1A and F8. RGB value is (37,26,248). Sum of RGB (Red+Green+Blue) = 37+26+248=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 248 (97.27% from 255 or 79.74% from 311); Max value from RGB is 248 - color contains mainly: blue. Hex color #251AF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251AF8 is #DAE507. Grayscale: #353535. Windows color (decimal): -14345480 or 16259621. OLE color: 16259621.
HSL color Cylindrical-coordinate representation of color #251AF8: hue angle of 242.97º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #251AF8 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 26 | 248 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.03 |
| HSL | 242.97º | 0.94% | 0.54% | - |
| HSV(B) | 242.97º | 0.9% | 0.97% | - |
| XYZ | 18.08 | 7.91 | 89.38 | - |
| YUV | 54.6 | 237.14 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 248 | 0.85 | 0.90 | 0 | 0.03 | 242.97 | 0.94 | 0.54 |
| Hex | 25 | 1A | F8 | 55 | 5A | 0 | 3 | F3 | 5E | 36 |
| Octal | 45 | 32 | 370 | 125 | 132 | 0 | 3 | 363 | 136 | 66 |
| Binary | 100101 | 11010 | 11111000 | 1010101 | 1011010 | 0 | 11 | 11110011 | 1011110 | 110110 |
Color Harmonies of #251AF8
Complementary color
Monochromatic Colors of #251AF8
Black with #251AF8
Text Example
Text Example
White with #251AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251AF8; }
p { color: rgb(37,26,248); }
H1.HeaderClassName
{
color: #251AF8;
}
.AnyTagClassName
{
color: #251AF8;
}
</style>
background-color css
<style>
a { background-color: #251AF8; }
a { background-color: rgb(37,26,248); }
div.DivClassName
{
background-color: #251AF8;
}
.BgClassName
{
background-color: #251AF8;
}
</style>
border-color css
<style>
span { border-color: #251AF8; }
span { border-color: rgb(37,26,248); }
td.TdClassName
{
border-color: #251AF8;
}
.TagClassName
{
border-color: #251AF8;
}
</style>