Shades of Blue #251AF2
Tints of Blue #251AF2
RGB
CMYK
RGB Variations
Color information
#251AF2 (or 0x251AF2) is known color: Blue. HEX triplet: 25, 1A and F2. RGB value is (37,26,242). Sum of RGB (Red+Green+Blue) = 37+26+242=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 242 (94.92% from 255 or 79.34% from 305); Max value from RGB is 242 - color contains mainly: blue. Hex color #251AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251AF2 is #DAE50D. Grayscale: #353535. Windows color (decimal): -14345486 or 15866405. OLE color: 15866405.
HSL color Cylindrical-coordinate representation of color #251AF2: hue angle of 243.06º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #251AF2 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 26 | 242 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.05 |
| HSL | 243.06º | 0.89% | 0.53% | - |
| HSV(B) | 243.06º | 0.89% | 0.95% | - |
| XYZ | 17.16 | 7.54 | 84.56 | - |
| YUV | 53.91 | 234.14 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 242 | 0.85 | 0.89 | 0 | 0.05 | 243.06 | 0.89 | 0.53 |
| Hex | 25 | 1A | F2 | 55 | 59 | 0 | 5 | F3 | 59 | 35 |
| Octal | 45 | 32 | 362 | 125 | 131 | 0 | 5 | 363 | 131 | 65 |
| Binary | 100101 | 11010 | 11110010 | 1010101 | 1011001 | 0 | 101 | 11110011 | 1011001 | 110101 |
Color Harmonies of #251AF2
Complementary color
Monochromatic Colors of #251AF2
Black with #251AF2
Text Example
Text Example
White with #251AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251AF2; }
p { color: rgb(37,26,242); }
H1.HeaderClassName
{
color: #251AF2;
}
.AnyTagClassName
{
color: #251AF2;
}
</style>
background-color css
<style>
a { background-color: #251AF2; }
a { background-color: rgb(37,26,242); }
div.DivClassName
{
background-color: #251AF2;
}
.BgClassName
{
background-color: #251AF2;
}
</style>
border-color css
<style>
span { border-color: #251AF2; }
span { border-color: rgb(37,26,242); }
td.TdClassName
{
border-color: #251AF2;
}
.TagClassName
{
border-color: #251AF2;
}
</style>