Shades of Blue #251DF0
Tints of Blue #251DF0
RGB
CMYK
RGB Variations
Color information
#251DF0 (or 0x251DF0) is known color: Blue. HEX triplet: 25, 1D and F0. RGB value is (37,29,240). Sum of RGB (Red+Green+Blue) = 37+29+240=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 240 (94.14% from 255 or 78.43% from 306); Max value from RGB is 240 - color contains mainly: blue. Hex color #251DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251DF0 is #DAE20F. Grayscale: #363636. Windows color (decimal): -14344720 or 15736101. OLE color: 15736101.
HSL color Cylindrical-coordinate representation of color #251DF0: hue angle of 242.27º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251DF0 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 29 | 240 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.06 |
| HSL | 242.27º | 0.88% | 0.53% | - |
| HSV(B) | 242.27º | 0.88% | 0.94% | - |
| XYZ | 16.93 | 7.56 | 83.01 | - |
| YUV | 55.45 | 232.15 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 240 | 0.85 | 0.88 | 0 | 0.06 | 242.27 | 0.88 | 0.53 |
| Hex | 25 | 1D | F0 | 55 | 58 | 0 | 6 | F2 | 58 | 35 |
| Octal | 45 | 35 | 360 | 125 | 130 | 0 | 6 | 362 | 130 | 65 |
| Binary | 100101 | 11101 | 11110000 | 1010101 | 1011000 | 0 | 110 | 11110010 | 1011000 | 110101 |
Color Harmonies of #251DF0
Complementary color
Monochromatic Colors of #251DF0
Black with #251DF0
Text Example
Text Example
White with #251DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251DF0; }
p { color: rgb(37,29,240); }
H1.HeaderClassName
{
color: #251DF0;
}
.AnyTagClassName
{
color: #251DF0;
}
</style>
background-color css
<style>
a { background-color: #251DF0; }
a { background-color: rgb(37,29,240); }
div.DivClassName
{
background-color: #251DF0;
}
.BgClassName
{
background-color: #251DF0;
}
</style>
border-color css
<style>
span { border-color: #251DF0; }
span { border-color: rgb(37,29,240); }
td.TdClassName
{
border-color: #251DF0;
}
.TagClassName
{
border-color: #251DF0;
}
</style>