Shades of Blue #251DFE
Tints of Blue #251DFE
RGB
CMYK
RGB Variations
Color information
#251DFE (or 0x251DFE) is known color: Blue. HEX triplet: 25, 1D and FE. RGB value is (37,29,254). Sum of RGB (Red+Green+Blue) = 37+29+254=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 254 (99.61% from 255 or 79.38% from 320); Max value from RGB is 254 - color contains mainly: blue. Hex color #251DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251DFE is #DAE201. Grayscale: #383838. Windows color (decimal): -14344706 or 16653605. OLE color: 16653605.
HSL color Cylindrical-coordinate representation of color #251DFE: hue angle of 242.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #251DFE is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 29 | 254 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.00 |
| HSL | 242.13º | 0.99% | 0.55% | - |
| HSV(B) | 242.13º | 0.89% | 1% | - |
| XYZ | 19.09 | 8.43 | 94.39 | - |
| YUV | 57.04 | 239.15 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 254 | 0.85 | 0.89 | 0 | 0.00 | 242.13 | 0.99 | 0.55 |
| Hex | 25 | 1D | FE | 55 | 59 | 0 | 0 | F2 | 63 | 37 |
| Octal | 45 | 35 | 376 | 125 | 131 | 0 | 0 | 362 | 143 | 67 |
| Binary | 100101 | 11101 | 11111110 | 1010101 | 1011001 | 0 | 0 | 11110010 | 1100011 | 110111 |
Color Harmonies of #251DFE
Complementary color
Monochromatic Colors of #251DFE
Black with #251DFE
Text Example
Text Example
White with #251DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251DFE; }
p { color: rgb(37,29,254); }
H1.HeaderClassName
{
color: #251DFE;
}
.AnyTagClassName
{
color: #251DFE;
}
</style>
background-color css
<style>
a { background-color: #251DFE; }
a { background-color: rgb(37,29,254); }
div.DivClassName
{
background-color: #251DFE;
}
.BgClassName
{
background-color: #251DFE;
}
</style>
border-color css
<style>
span { border-color: #251DFE; }
span { border-color: rgb(37,29,254); }
td.TdClassName
{
border-color: #251DFE;
}
.TagClassName
{
border-color: #251DFE;
}
</style>