Shades of Blue #2518FF
Tints of Blue #2518FF
RGB
CMYK
RGB Variations
Color information
#2518FF (or 0x2518FF) is known color: Blue. HEX triplet: 25, 18 and FF. RGB value is (37,24,255). Sum of RGB (Red+Green+Blue) = 37+24+255=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 255 (100% from 255 or 80.70% from 316); Max value from RGB is 255 - color contains mainly: blue. Hex color #2518FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2518FF is #DAE700. Grayscale: #353535. Windows color (decimal): -14345985 or 16717861. OLE color: 16717861.
HSL color Cylindrical-coordinate representation of color #2518FF: hue angle of 243.38º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2518FF is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 24 | 255 | - |
| CMYK | 0.85 | 0.91 | 0 | 0 |
| HSL | 243.38º | 1% | 0.55% | - |
| HSV(B) | 243.38º | 0.91% | 1% | - |
| XYZ | 19.14 | 8.27 | 95.19 | - |
| YUV | 54.22 | 241.31 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 255 | 0.85 | 0.91 | 0 | 0 | 243.38 | 1 | 0.55 |
| Hex | 25 | 18 | FF | 55 | 5B | 0 | 0 | F3 | 64 | 37 |
| Octal | 45 | 30 | 377 | 125 | 133 | 0 | 0 | 363 | 144 | 67 |
| Binary | 100101 | 11000 | 11111111 | 1010101 | 1011011 | 0 | 0 | 11110011 | 1100100 | 110111 |
Color Harmonies of #2518FF
Complementary color
Monochromatic Colors of #2518FF
Black with #2518FF
Text Example
Text Example
White with #2518FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2518FF; }
p { color: rgb(37,24,255); }
H1.HeaderClassName
{
color: #2518FF;
}
.AnyTagClassName
{
color: #2518FF;
}
</style>
background-color css
<style>
a { background-color: #2518FF; }
a { background-color: rgb(37,24,255); }
div.DivClassName
{
background-color: #2518FF;
}
.BgClassName
{
background-color: #2518FF;
}
</style>
border-color css
<style>
span { border-color: #2518FF; }
span { border-color: rgb(37,24,255); }
td.TdClassName
{
border-color: #2518FF;
}
.TagClassName
{
border-color: #2518FF;
}
</style>