Shades of Blue #251AFB
Tints of Blue #251AFB
RGB
CMYK
RGB Variations
Color information
#251AFB (or 0x251AFB) is known color: Blue. HEX triplet: 25, 1A and FB. RGB value is (37,26,251). Sum of RGB (Red+Green+Blue) = 37+26+251=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 251 (98.44% from 255 or 79.94% from 314); Max value from RGB is 251 - color contains mainly: blue. Hex color #251AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251AFB is #DAE504. Grayscale: #363636. Windows color (decimal): -14345477 or 16456229. OLE color: 16456229.
HSL color Cylindrical-coordinate representation of color #251AFB: hue angle of 242.93º degrees, saturation: 0.97, 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 #251AFB is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 26 | 251 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.02 |
| HSL | 242.93º | 0.97% | 0.54% | - |
| HSV(B) | 242.93º | 0.9% | 0.98% | - |
| XYZ | 18.54 | 8.1 | 91.85 | - |
| YUV | 54.94 | 238.64 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 251 | 0.85 | 0.90 | 0 | 0.02 | 242.93 | 0.97 | 0.54 |
| Hex | 25 | 1A | FB | 55 | 5A | 0 | 2 | F3 | 61 | 36 |
| Octal | 45 | 32 | 373 | 125 | 132 | 0 | 2 | 363 | 141 | 66 |
| Binary | 100101 | 11010 | 11111011 | 1010101 | 1011010 | 0 | 10 | 11110011 | 1100001 | 110110 |
Color Harmonies of #251AFB
Complementary color
Monochromatic Colors of #251AFB
Black with #251AFB
Text Example
Text Example
White with #251AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251AFB; }
p { color: rgb(37,26,251); }
H1.HeaderClassName
{
color: #251AFB;
}
.AnyTagClassName
{
color: #251AFB;
}
</style>
background-color css
<style>
a { background-color: #251AFB; }
a { background-color: rgb(37,26,251); }
div.DivClassName
{
background-color: #251AFB;
}
.BgClassName
{
background-color: #251AFB;
}
</style>
border-color css
<style>
span { border-color: #251AFB; }
span { border-color: rgb(37,26,251); }
td.TdClassName
{
border-color: #251AFB;
}
.TagClassName
{
border-color: #251AFB;
}
</style>