Shades of Blue #2518F1
Tints of Blue #2518F1
RGB
CMYK
RGB Variations
Color information
#2518F1 (or 0x2518F1) is known color: Blue. HEX triplet: 25, 18 and F1. RGB value is (37,24,241). Sum of RGB (Red+Green+Blue) = 37+24+241=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 241 (94.53% from 255 or 79.80% from 302); Max value from RGB is 241 - color contains mainly: blue. Hex color #2518F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2518F1 is #DAE70E. Grayscale: #333333. Windows color (decimal): -14345999 or 15800357. OLE color: 15800357.
HSL color Cylindrical-coordinate representation of color #2518F1: hue angle of 243.59º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2518F1 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 24 | 241 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.05 |
| HSL | 243.59º | 0.89% | 0.52% | - |
| HSV(B) | 243.59º | 0.9% | 0.95% | - |
| XYZ | 16.97 | 7.4 | 83.75 | - |
| YUV | 52.63 | 234.31 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 241 | 0.85 | 0.90 | 0 | 0.05 | 243.59 | 0.89 | 0.52 |
| Hex | 25 | 18 | F1 | 55 | 5A | 0 | 5 | F4 | 59 | 34 |
| Octal | 45 | 30 | 361 | 125 | 132 | 0 | 5 | 364 | 131 | 64 |
| Binary | 100101 | 11000 | 11110001 | 1010101 | 1011010 | 0 | 101 | 11110100 | 1011001 | 110100 |
Color Harmonies of #2518F1
Complementary color
Monochromatic Colors of #2518F1
Black with #2518F1
Text Example
Text Example
White with #2518F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2518F1; }
p { color: rgb(37,24,241); }
H1.HeaderClassName
{
color: #2518F1;
}
.AnyTagClassName
{
color: #2518F1;
}
</style>
background-color css
<style>
a { background-color: #2518F1; }
a { background-color: rgb(37,24,241); }
div.DivClassName
{
background-color: #2518F1;
}
.BgClassName
{
background-color: #2518F1;
}
</style>
border-color css
<style>
span { border-color: #2518F1; }
span { border-color: rgb(37,24,241); }
td.TdClassName
{
border-color: #2518F1;
}
.TagClassName
{
border-color: #2518F1;
}
</style>