Shades of Blue #251AF9
Tints of Blue #251AF9
RGB
CMYK
RGB Variations
Color information
#251AF9 (or 0x251AF9) is known color: Blue. HEX triplet: 25, 1A and F9. RGB value is (37,26,249). Sum of RGB (Red+Green+Blue) = 37+26+249=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 249 (97.66% from 255 or 79.81% from 312); Max value from RGB is 249 - color contains mainly: blue. Hex color #251AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251AF9 is #DAE506. Grayscale: #353535. Windows color (decimal): -14345479 or 16325157. OLE color: 16325157.
HSL color Cylindrical-coordinate representation of color #251AF9: hue angle of 242.96º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #251AF9 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 26 | 249 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.02 |
| HSL | 242.96º | 0.95% | 0.54% | - |
| HSV(B) | 242.96º | 0.9% | 0.98% | - |
| XYZ | 18.23 | 7.97 | 90.2 | - |
| YUV | 54.71 | 237.64 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 249 | 0.85 | 0.90 | 0 | 0.02 | 242.96 | 0.95 | 0.54 |
| Hex | 25 | 1A | F9 | 55 | 5A | 0 | 2 | F3 | 5F | 36 |
| Octal | 45 | 32 | 371 | 125 | 132 | 0 | 2 | 363 | 137 | 66 |
| Binary | 100101 | 11010 | 11111001 | 1010101 | 1011010 | 0 | 10 | 11110011 | 1011111 | 110110 |
Color Harmonies of #251AF9
Complementary color
Monochromatic Colors of #251AF9
Black with #251AF9
Text Example
Text Example
White with #251AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251AF9; }
p { color: rgb(37,26,249); }
H1.HeaderClassName
{
color: #251AF9;
}
.AnyTagClassName
{
color: #251AF9;
}
</style>
background-color css
<style>
a { background-color: #251AF9; }
a { background-color: rgb(37,26,249); }
div.DivClassName
{
background-color: #251AF9;
}
.BgClassName
{
background-color: #251AF9;
}
</style>
border-color css
<style>
span { border-color: #251AF9; }
span { border-color: rgb(37,26,249); }
td.TdClassName
{
border-color: #251AF9;
}
.TagClassName
{
border-color: #251AF9;
}
</style>