Shades of Blue #2518EF
Tints of Blue #2518EF
RGB
CMYK
RGB Variations
Color information
#2518EF (or 0x2518EF) is known color: Blue. HEX triplet: 25, 18 and EF. RGB value is (37,24,239). Sum of RGB (Red+Green+Blue) = 37+24+239=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 239 (93.75% from 255 or 79.67% from 300); Max value from RGB is 239 - color contains mainly: blue. Hex color #2518EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2518EF is #DAE710. Grayscale: #333333. Windows color (decimal): -14346001 or 15669285. OLE color: 15669285.
HSL color Cylindrical-coordinate representation of color #2518EF: hue angle of 243.63º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2518EF is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 24 | 239 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.06 |
| HSL | 243.63º | 0.87% | 0.52% | - |
| HSV(B) | 243.63º | 0.9% | 0.94% | - |
| XYZ | 16.67 | 7.28 | 82.19 | - |
| YUV | 52.4 | 233.31 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 239 | 0.85 | 0.90 | 0 | 0.06 | 243.63 | 0.87 | 0.52 |
| Hex | 25 | 18 | EF | 55 | 5A | 0 | 6 | F4 | 57 | 34 |
| Octal | 45 | 30 | 357 | 125 | 132 | 0 | 6 | 364 | 127 | 64 |
| Binary | 100101 | 11000 | 11101111 | 1010101 | 1011010 | 0 | 110 | 11110100 | 1010111 | 110100 |
Color Harmonies of #2518EF
Complementary color
Monochromatic Colors of #2518EF
Black with #2518EF
Text Example
Text Example
White with #2518EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2518EF; }
p { color: rgb(37,24,239); }
H1.HeaderClassName
{
color: #2518EF;
}
.AnyTagClassName
{
color: #2518EF;
}
</style>
background-color css
<style>
a { background-color: #2518EF; }
a { background-color: rgb(37,24,239); }
div.DivClassName
{
background-color: #2518EF;
}
.BgClassName
{
background-color: #2518EF;
}
</style>
border-color css
<style>
span { border-color: #2518EF; }
span { border-color: rgb(37,24,239); }
td.TdClassName
{
border-color: #2518EF;
}
.TagClassName
{
border-color: #2518EF;
}
</style>