Shades of Blue #251FFC
Tints of Blue #251FFC
RGB
CMYK
RGB Variations
Color information
#251FFC (or 0x251FFC) is known color: Blue. HEX triplet: 25, 1F and FC. RGB value is (37,31,252). Sum of RGB (Red+Green+Blue) = 37+31+252=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 252 (98.83% from 255 or 78.75% from 320); Max value from RGB is 252 - color contains mainly: blue. Hex color #251FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251FFC is #DAE003. Grayscale: #393939. Windows color (decimal): -14344196 or 16523045. OLE color: 16523045.
HSL color Cylindrical-coordinate representation of color #251FFC: hue angle of 241.63º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251FFC is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 31 | 252 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.01 |
| HSL | 241.63º | 0.97% | 0.55% | - |
| HSV(B) | 241.63º | 0.88% | 0.99% | - |
| XYZ | 18.82 | 8.4 | 92.73 | - |
| YUV | 57.99 | 237.49 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 252 | 0.85 | 0.88 | 0 | 0.01 | 241.63 | 0.97 | 0.55 |
| Hex | 25 | 1F | FC | 55 | 58 | 0 | 1 | F2 | 61 | 37 |
| Octal | 45 | 37 | 374 | 125 | 130 | 0 | 1 | 362 | 141 | 67 |
| Binary | 100101 | 11111 | 11111100 | 1010101 | 1011000 | 0 | 1 | 11110010 | 1100001 | 110111 |
Color Harmonies of #251FFC
Complementary color
Monochromatic Colors of #251FFC
Black with #251FFC
Text Example
Text Example
White with #251FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251FFC; }
p { color: rgb(37,31,252); }
H1.HeaderClassName
{
color: #251FFC;
}
.AnyTagClassName
{
color: #251FFC;
}
</style>
background-color css
<style>
a { background-color: #251FFC; }
a { background-color: rgb(37,31,252); }
div.DivClassName
{
background-color: #251FFC;
}
.BgClassName
{
background-color: #251FFC;
}
</style>
border-color css
<style>
span { border-color: #251FFC; }
span { border-color: rgb(37,31,252); }
td.TdClassName
{
border-color: #251FFC;
}
.TagClassName
{
border-color: #251FFC;
}
</style>