Shades of Blue #2518FC
Tints of Blue #2518FC
RGB
CMYK
RGB Variations
Color information
#2518FC (or 0x2518FC) is known color: Blue. HEX triplet: 25, 18 and FC. RGB value is (37,24,252). Sum of RGB (Red+Green+Blue) = 37+24+252=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 252 (98.83% from 255 or 80.51% from 313); Max value from RGB is 252 - color contains mainly: blue. Hex color #2518FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2518FC is #DAE703. Grayscale: #343434. Windows color (decimal): -14345988 or 16521253. OLE color: 16521253.
HSL color Cylindrical-coordinate representation of color #2518FC: hue angle of 243.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2518FC is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 24 | 252 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.01 |
| HSL | 243.42º | 0.97% | 0.54% | - |
| HSV(B) | 243.42º | 0.9% | 0.99% | - |
| XYZ | 18.66 | 8.07 | 92.67 | - |
| YUV | 53.88 | 239.81 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 252 | 0.85 | 0.90 | 0 | 0.01 | 243.42 | 0.97 | 0.54 |
| Hex | 25 | 18 | FC | 55 | 5A | 0 | 1 | F3 | 61 | 36 |
| Octal | 45 | 30 | 374 | 125 | 132 | 0 | 1 | 363 | 141 | 66 |
| Binary | 100101 | 11000 | 11111100 | 1010101 | 1011010 | 0 | 1 | 11110011 | 1100001 | 110110 |
Color Harmonies of #2518FC
Complementary color
Monochromatic Colors of #2518FC
Black with #2518FC
Text Example
Text Example
White with #2518FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2518FC; }
p { color: rgb(37,24,252); }
H1.HeaderClassName
{
color: #2518FC;
}
.AnyTagClassName
{
color: #2518FC;
}
</style>
background-color css
<style>
a { background-color: #2518FC; }
a { background-color: rgb(37,24,252); }
div.DivClassName
{
background-color: #2518FC;
}
.BgClassName
{
background-color: #2518FC;
}
</style>
border-color css
<style>
span { border-color: #2518FC; }
span { border-color: rgb(37,24,252); }
td.TdClassName
{
border-color: #2518FC;
}
.TagClassName
{
border-color: #2518FC;
}
</style>