Shades of Blue #251FFD
Tints of Blue #251FFD
RGB
CMYK
RGB Variations
Color information
#251FFD (or 0x251FFD) is known color: Blue. HEX triplet: 25, 1F and FD. RGB value is (37,31,253). Sum of RGB (Red+Green+Blue) = 37+31+253=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 253 (99.22% from 255 or 78.82% from 321); Max value from RGB is 253 - color contains mainly: blue. Hex color #251FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251FFD is #DAE002. Grayscale: #393939. Windows color (decimal): -14344195 or 16588581. OLE color: 16588581.
HSL color Cylindrical-coordinate representation of color #251FFD: hue angle of 241.62º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251FFD is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 31 | 253 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.01 |
| HSL | 241.62º | 0.98% | 0.56% | - |
| HSV(B) | 241.62º | 0.88% | 0.99% | - |
| XYZ | 18.98 | 8.47 | 93.56 | - |
| YUV | 58.1 | 237.99 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 253 | 0.85 | 0.88 | 0 | 0.01 | 241.62 | 0.98 | 0.56 |
| Hex | 25 | 1F | FD | 55 | 58 | 0 | 1 | F2 | 62 | 38 |
| Octal | 45 | 37 | 375 | 125 | 130 | 0 | 1 | 362 | 142 | 70 |
| Binary | 100101 | 11111 | 11111101 | 1010101 | 1011000 | 0 | 1 | 11110010 | 1100010 | 111000 |
Color Harmonies of #251FFD
Complementary color
Monochromatic Colors of #251FFD
Black with #251FFD
Text Example
Text Example
White with #251FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251FFD; }
p { color: rgb(37,31,253); }
H1.HeaderClassName
{
color: #251FFD;
}
.AnyTagClassName
{
color: #251FFD;
}
</style>
background-color css
<style>
a { background-color: #251FFD; }
a { background-color: rgb(37,31,253); }
div.DivClassName
{
background-color: #251FFD;
}
.BgClassName
{
background-color: #251FFD;
}
</style>
border-color css
<style>
span { border-color: #251FFD; }
span { border-color: rgb(37,31,253); }
td.TdClassName
{
border-color: #251FFD;
}
.TagClassName
{
border-color: #251FFD;
}
</style>