Shades of Blue #251CEF
Tints of Blue #251CEF
RGB
CMYK
RGB Variations
Color information
#251CEF (or 0x251CEF) is known color: Blue. HEX triplet: 25, 1C and EF. RGB value is (37,28,239). Sum of RGB (Red+Green+Blue) = 37+28+239=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 239 (93.75% from 255 or 78.62% from 304); Max value from RGB is 239 - color contains mainly: blue. Hex color #251CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251CEF is #DAE310. Grayscale: #353535. Windows color (decimal): -14344977 or 15670309. OLE color: 15670309.
HSL color Cylindrical-coordinate representation of color #251CEF: hue angle of 242.56º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251CEF is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 28 | 239 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.06 |
| HSL | 242.56º | 0.87% | 0.52% | - |
| HSV(B) | 242.56º | 0.88% | 0.94% | - |
| XYZ | 16.76 | 7.46 | 82.22 | - |
| YUV | 54.75 | 231.98 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 239 | 0.85 | 0.88 | 0 | 0.06 | 242.56 | 0.87 | 0.52 |
| Hex | 25 | 1C | EF | 55 | 58 | 0 | 6 | F3 | 57 | 34 |
| Octal | 45 | 34 | 357 | 125 | 130 | 0 | 6 | 363 | 127 | 64 |
| Binary | 100101 | 11100 | 11101111 | 1010101 | 1011000 | 0 | 110 | 11110011 | 1010111 | 110100 |
Color Harmonies of #251CEF
Complementary color
Monochromatic Colors of #251CEF
Black with #251CEF
Text Example
Text Example
White with #251CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251CEF; }
p { color: rgb(37,28,239); }
H1.HeaderClassName
{
color: #251CEF;
}
.AnyTagClassName
{
color: #251CEF;
}
</style>
background-color css
<style>
a { background-color: #251CEF; }
a { background-color: rgb(37,28,239); }
div.DivClassName
{
background-color: #251CEF;
}
.BgClassName
{
background-color: #251CEF;
}
</style>
border-color css
<style>
span { border-color: #251CEF; }
span { border-color: rgb(37,28,239); }
td.TdClassName
{
border-color: #251CEF;
}
.TagClassName
{
border-color: #251CEF;
}
</style>