Shades of Blue #251CFF
Tints of Blue #251CFF
RGB
CMYK
RGB Variations
Color information
#251CFF (or 0x251CFF) is known color: Blue. HEX triplet: 25, 1C and FF. RGB value is (37,28,255). Sum of RGB (Red+Green+Blue) = 37+28+255=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 255 (100% from 255 or 79.69% from 320); Max value from RGB is 255 - color contains mainly: blue. Hex color #251CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251CFF is #DAE300. Grayscale: #373737. Windows color (decimal): -14344961 or 16718885. OLE color: 16718885.
HSL color Cylindrical-coordinate representation of color #251CFF: hue angle of 242.38º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #251CFF is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 28 | 255 | - |
| CMYK | 0.85 | 0.89 | 0 | 0 |
| HSL | 242.38º | 1% | 0.55% | - |
| HSV(B) | 242.38º | 0.89% | 1% | - |
| XYZ | 19.23 | 8.44 | 95.22 | - |
| YUV | 56.57 | 239.98 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 255 | 0.85 | 0.89 | 0 | 0 | 242.38 | 1 | 0.55 |
| Hex | 25 | 1C | FF | 55 | 59 | 0 | 0 | F2 | 64 | 37 |
| Octal | 45 | 34 | 377 | 125 | 131 | 0 | 0 | 362 | 144 | 67 |
| Binary | 100101 | 11100 | 11111111 | 1010101 | 1011001 | 0 | 0 | 11110010 | 1100100 | 110111 |
Color Harmonies of #251CFF
Complementary color
Monochromatic Colors of #251CFF
Black with #251CFF
Text Example
Text Example
White with #251CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251CFF; }
p { color: rgb(37,28,255); }
H1.HeaderClassName
{
color: #251CFF;
}
.AnyTagClassName
{
color: #251CFF;
}
</style>
background-color css
<style>
a { background-color: #251CFF; }
a { background-color: rgb(37,28,255); }
div.DivClassName
{
background-color: #251CFF;
}
.BgClassName
{
background-color: #251CFF;
}
</style>
border-color css
<style>
span { border-color: #251CFF; }
span { border-color: rgb(37,28,255); }
td.TdClassName
{
border-color: #251CFF;
}
.TagClassName
{
border-color: #251CFF;
}
</style>