Shades of Blue #2518FD
Tints of Blue #2518FD
RGB
CMYK
RGB Variations
Color information
#2518FD (or 0x2518FD) is known color: Blue. HEX triplet: 25, 18 and FD. RGB value is (37,24,253). Sum of RGB (Red+Green+Blue) = 37+24+253=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 253 (99.22% from 255 or 80.57% from 314); Max value from RGB is 253 - color contains mainly: blue. Hex color #2518FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2518FD is #DAE702. Grayscale: #353535. Windows color (decimal): -14345987 or 16586789. OLE color: 16586789.
HSL color Cylindrical-coordinate representation of color #2518FD: hue angle of 243.41º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2518FD is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 24 | 253 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.01 |
| HSL | 243.41º | 0.98% | 0.54% | - |
| HSV(B) | 243.41º | 0.91% | 0.99% | - |
| XYZ | 18.82 | 8.14 | 93.51 | - |
| YUV | 53.99 | 240.31 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 253 | 0.85 | 0.91 | 0 | 0.01 | 243.41 | 0.98 | 0.54 |
| Hex | 25 | 18 | FD | 55 | 5B | 0 | 1 | F3 | 62 | 36 |
| Octal | 45 | 30 | 375 | 125 | 133 | 0 | 1 | 363 | 142 | 66 |
| Binary | 100101 | 11000 | 11111101 | 1010101 | 1011011 | 0 | 1 | 11110011 | 1100010 | 110110 |
Color Harmonies of #2518FD
Complementary color
Monochromatic Colors of #2518FD
Black with #2518FD
Text Example
Text Example
White with #2518FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2518FD; }
p { color: rgb(37,24,253); }
H1.HeaderClassName
{
color: #2518FD;
}
.AnyTagClassName
{
color: #2518FD;
}
</style>
background-color css
<style>
a { background-color: #2518FD; }
a { background-color: rgb(37,24,253); }
div.DivClassName
{
background-color: #2518FD;
}
.BgClassName
{
background-color: #2518FD;
}
</style>
border-color css
<style>
span { border-color: #2518FD; }
span { border-color: rgb(37,24,253); }
td.TdClassName
{
border-color: #2518FD;
}
.TagClassName
{
border-color: #2518FD;
}
</style>