Shades of Blue #2518FE
Tints of Blue #2518FE
RGB
CMYK
RGB Variations
Color information
#2518FE (or 0x2518FE) is known color: Blue. HEX triplet: 25, 18 and FE. RGB value is (37,24,254). Sum of RGB (Red+Green+Blue) = 37+24+254=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 254 (99.61% from 255 or 80.63% from 315); Max value from RGB is 254 - color contains mainly: blue. Hex color #2518FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2518FE is #DAE701. Grayscale: #353535. Windows color (decimal): -14345986 or 16652325. OLE color: 16652325.
HSL color Cylindrical-coordinate representation of color #2518FE: hue angle of 243.39º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2518FE is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 24 | 254 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.00 |
| HSL | 243.39º | 0.99% | 0.55% | - |
| HSV(B) | 243.39º | 0.91% | 1% | - |
| XYZ | 18.98 | 8.2 | 94.35 | - |
| YUV | 54.11 | 240.81 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 254 | 0.85 | 0.91 | 0 | 0.00 | 243.39 | 0.99 | 0.55 |
| Hex | 25 | 18 | FE | 55 | 5B | 0 | 0 | F3 | 63 | 37 |
| Octal | 45 | 30 | 376 | 125 | 133 | 0 | 0 | 363 | 143 | 67 |
| Binary | 100101 | 11000 | 11111110 | 1010101 | 1011011 | 0 | 0 | 11110011 | 1100011 | 110111 |
Color Harmonies of #2518FE
Complementary color
Monochromatic Colors of #2518FE
Black with #2518FE
Text Example
Text Example
White with #2518FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2518FE; }
p { color: rgb(37,24,254); }
H1.HeaderClassName
{
color: #2518FE;
}
.AnyTagClassName
{
color: #2518FE;
}
</style>
background-color css
<style>
a { background-color: #2518FE; }
a { background-color: rgb(37,24,254); }
div.DivClassName
{
background-color: #2518FE;
}
.BgClassName
{
background-color: #2518FE;
}
</style>
border-color css
<style>
span { border-color: #2518FE; }
span { border-color: rgb(37,24,254); }
td.TdClassName
{
border-color: #2518FE;
}
.TagClassName
{
border-color: #2518FE;
}
</style>