Shades of Blue #251EFC
Tints of Blue #251EFC
RGB
CMYK
RGB Variations
Color information
#251EFC (or 0x251EFC) is known color: Blue. HEX triplet: 25, 1E and FC. RGB value is (37,30,252). Sum of RGB (Red+Green+Blue) = 37+30+252=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 252 (98.83% from 255 or 79.00% from 319); Max value from RGB is 252 - color contains mainly: blue. Hex color #251EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251EFC is #DAE103. Grayscale: #383838. Windows color (decimal): -14344452 or 16522789. OLE color: 16522789.
HSL color Cylindrical-coordinate representation of color #251EFC: hue angle of 241.89º 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 #251EFC is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 30 | 252 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.01 |
| HSL | 241.89º | 0.97% | 0.55% | - |
| HSV(B) | 241.89º | 0.88% | 0.99% | - |
| XYZ | 18.8 | 8.35 | 92.72 | - |
| YUV | 57.4 | 237.82 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 252 | 0.85 | 0.88 | 0 | 0.01 | 241.89 | 0.97 | 0.55 |
| Hex | 25 | 1E | FC | 55 | 58 | 0 | 1 | F2 | 61 | 37 |
| Octal | 45 | 36 | 374 | 125 | 130 | 0 | 1 | 362 | 141 | 67 |
| Binary | 100101 | 11110 | 11111100 | 1010101 | 1011000 | 0 | 1 | 11110010 | 1100001 | 110111 |
Color Harmonies of #251EFC
Complementary color
Monochromatic Colors of #251EFC
Black with #251EFC
Text Example
Text Example
White with #251EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251EFC; }
p { color: rgb(37,30,252); }
H1.HeaderClassName
{
color: #251EFC;
}
.AnyTagClassName
{
color: #251EFC;
}
</style>
background-color css
<style>
a { background-color: #251EFC; }
a { background-color: rgb(37,30,252); }
div.DivClassName
{
background-color: #251EFC;
}
.BgClassName
{
background-color: #251EFC;
}
</style>
border-color css
<style>
span { border-color: #251EFC; }
span { border-color: rgb(37,30,252); }
td.TdClassName
{
border-color: #251EFC;
}
.TagClassName
{
border-color: #251EFC;
}
</style>