Shades of Blue #251EF3
Tints of Blue #251EF3
RGB
CMYK
RGB Variations
Color information
#251EF3 (or 0x251EF3) is known color: Blue. HEX triplet: 25, 1E and F3. RGB value is (37,30,243). Sum of RGB (Red+Green+Blue) = 37+30+243=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 243 (95.31% from 255 or 78.39% from 310); Max value from RGB is 243 - color contains mainly: blue. Hex color #251EF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251EF3 is #DAE10C. Grayscale: #373737. Windows color (decimal): -14344461 or 15932965. OLE color: 15932965.
HSL color Cylindrical-coordinate representation of color #251EF3: hue angle of 241.97º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251EF3 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 30 | 243 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.05 |
| HSL | 241.97º | 0.9% | 0.54% | - |
| HSV(B) | 241.97º | 0.88% | 0.95% | - |
| XYZ | 17.4 | 7.79 | 85.38 | - |
| YUV | 56.38 | 233.32 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 243 | 0.85 | 0.88 | 0 | 0.05 | 241.97 | 0.9 | 0.54 |
| Hex | 25 | 1E | F3 | 55 | 58 | 0 | 5 | F2 | 5A | 36 |
| Octal | 45 | 36 | 363 | 125 | 130 | 0 | 5 | 362 | 132 | 66 |
| Binary | 100101 | 11110 | 11110011 | 1010101 | 1011000 | 0 | 101 | 11110010 | 1011010 | 110110 |
Color Harmonies of #251EF3
Complementary color
Monochromatic Colors of #251EF3
Black with #251EF3
Text Example
Text Example
White with #251EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251EF3; }
p { color: rgb(37,30,243); }
H1.HeaderClassName
{
color: #251EF3;
}
.AnyTagClassName
{
color: #251EF3;
}
</style>
background-color css
<style>
a { background-color: #251EF3; }
a { background-color: rgb(37,30,243); }
div.DivClassName
{
background-color: #251EF3;
}
.BgClassName
{
background-color: #251EF3;
}
</style>
border-color css
<style>
span { border-color: #251EF3; }
span { border-color: rgb(37,30,243); }
td.TdClassName
{
border-color: #251EF3;
}
.TagClassName
{
border-color: #251EF3;
}
</style>