Shades of Blue #251EFA
Tints of Blue #251EFA
RGB
CMYK
RGB Variations
Color information
#251EFA (or 0x251EFA) is known color: Blue. HEX triplet: 25, 1E and FA. RGB value is (37,30,250). Sum of RGB (Red+Green+Blue) = 37+30+250=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 250 (98.05% from 255 or 78.86% from 317); Max value from RGB is 250 - color contains mainly: blue. Hex color #251EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251EFA is #DAE105. Grayscale: #383838. Windows color (decimal): -14344454 or 16391717. OLE color: 16391717.
HSL color Cylindrical-coordinate representation of color #251EFA: hue angle of 241.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251EFA is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 30 | 250 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.02 |
| HSL | 241.91º | 0.96% | 0.55% | - |
| HSV(B) | 241.91º | 0.88% | 0.98% | - |
| XYZ | 18.48 | 8.22 | 91.06 | - |
| YUV | 57.17 | 236.82 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 250 | 0.85 | 0.88 | 0 | 0.02 | 241.91 | 0.96 | 0.55 |
| Hex | 25 | 1E | FA | 55 | 58 | 0 | 2 | F2 | 60 | 37 |
| Octal | 45 | 36 | 372 | 125 | 130 | 0 | 2 | 362 | 140 | 67 |
| Binary | 100101 | 11110 | 11111010 | 1010101 | 1011000 | 0 | 10 | 11110010 | 1100000 | 110111 |
Color Harmonies of #251EFA
Complementary color
Monochromatic Colors of #251EFA
Black with #251EFA
Text Example
Text Example
White with #251EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251EFA; }
p { color: rgb(37,30,250); }
H1.HeaderClassName
{
color: #251EFA;
}
.AnyTagClassName
{
color: #251EFA;
}
</style>
background-color css
<style>
a { background-color: #251EFA; }
a { background-color: rgb(37,30,250); }
div.DivClassName
{
background-color: #251EFA;
}
.BgClassName
{
background-color: #251EFA;
}
</style>
border-color css
<style>
span { border-color: #251EFA; }
span { border-color: rgb(37,30,250); }
td.TdClassName
{
border-color: #251EFA;
}
.TagClassName
{
border-color: #251EFA;
}
</style>