Shades of Blue #2518EA
Tints of Blue #2518EA
RGB
CMYK
RGB Variations
Color information
#2518EA (or 0x2518EA) is known color: Blue. HEX triplet: 25, 18 and EA. RGB value is (37,24,234). Sum of RGB (Red+Green+Blue) = 37+24+234=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 234 (91.80% from 255 or 79.32% from 295); Max value from RGB is 234 - color contains mainly: blue. Hex color #2518EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2518EA is #DAE715. Grayscale: #333333. Windows color (decimal): -14346006 or 15341605. OLE color: 15341605.
HSL color Cylindrical-coordinate representation of color #2518EA: hue angle of 243.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2518EA is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 24 | 234 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.08 |
| HSL | 243.71º | 0.83% | 0.51% | - |
| HSV(B) | 243.71º | 0.9% | 0.92% | - |
| XYZ | 15.94 | 6.99 | 78.35 | - |
| YUV | 51.83 | 230.81 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 234 | 0.84 | 0.90 | 0 | 0.08 | 243.71 | 0.83 | 0.51 |
| Hex | 25 | 18 | EA | 54 | 5A | 0 | 8 | F4 | 53 | 33 |
| Octal | 45 | 30 | 352 | 124 | 132 | 0 | 10 | 364 | 123 | 63 |
| Binary | 100101 | 11000 | 11101010 | 1010100 | 1011010 | 0 | 1000 | 11110100 | 1010011 | 110011 |
Color Harmonies of #2518EA
Complementary color
Monochromatic Colors of #2518EA
Black with #2518EA
Text Example
Text Example
White with #2518EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2518EA; }
p { color: rgb(37,24,234); }
H1.HeaderClassName
{
color: #2518EA;
}
.AnyTagClassName
{
color: #2518EA;
}
</style>
background-color css
<style>
a { background-color: #2518EA; }
a { background-color: rgb(37,24,234); }
div.DivClassName
{
background-color: #2518EA;
}
.BgClassName
{
background-color: #2518EA;
}
</style>
border-color css
<style>
span { border-color: #2518EA; }
span { border-color: rgb(37,24,234); }
td.TdClassName
{
border-color: #2518EA;
}
.TagClassName
{
border-color: #2518EA;
}
</style>