Shades of Blue #251DFB
Tints of Blue #251DFB
RGB
CMYK
RGB Variations
Color information
#251DFB (or 0x251DFB) is known color: Blue. HEX triplet: 25, 1D and FB. RGB value is (37,29,251). Sum of RGB (Red+Green+Blue) = 37+29+251=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 251 (98.44% from 255 or 79.18% from 317); Max value from RGB is 251 - color contains mainly: blue. Hex color #251DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251DFB is #DAE204. Grayscale: #373737. Windows color (decimal): -14344709 or 16456997. OLE color: 16456997.
HSL color Cylindrical-coordinate representation of color #251DFB: hue angle of 242.16º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251DFB is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 29 | 251 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.02 |
| HSL | 242.16º | 0.97% | 0.55% | - |
| HSV(B) | 242.16º | 0.88% | 0.98% | - |
| XYZ | 18.61 | 8.24 | 91.88 | - |
| YUV | 56.7 | 237.65 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 251 | 0.85 | 0.88 | 0 | 0.02 | 242.16 | 0.97 | 0.55 |
| Hex | 25 | 1D | FB | 55 | 58 | 0 | 2 | F2 | 61 | 37 |
| Octal | 45 | 35 | 373 | 125 | 130 | 0 | 2 | 362 | 141 | 67 |
| Binary | 100101 | 11101 | 11111011 | 1010101 | 1011000 | 0 | 10 | 11110010 | 1100001 | 110111 |
Color Harmonies of #251DFB
Complementary color
Monochromatic Colors of #251DFB
Black with #251DFB
Text Example
Text Example
White with #251DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251DFB; }
p { color: rgb(37,29,251); }
H1.HeaderClassName
{
color: #251DFB;
}
.AnyTagClassName
{
color: #251DFB;
}
</style>
background-color css
<style>
a { background-color: #251DFB; }
a { background-color: rgb(37,29,251); }
div.DivClassName
{
background-color: #251DFB;
}
.BgClassName
{
background-color: #251DFB;
}
</style>
border-color css
<style>
span { border-color: #251DFB; }
span { border-color: rgb(37,29,251); }
td.TdClassName
{
border-color: #251DFB;
}
.TagClassName
{
border-color: #251DFB;
}
</style>