Shades of Medium Blue #2518CF
Tints of Medium Blue #2518CF
RGB
CMYK
RGB Variations
Color information
#2518CF (or 0x2518CF) is known color: Medium Blue. HEX triplet: 25, 18 and CF. RGB value is (37,24,207). Sum of RGB (Red+Green+Blue) = 37+24+207=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #2518CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2518CF is #DAE730. Grayscale: #303030. Windows color (decimal): -14346033 or 13572133. OLE color: 13572133.
HSL color Cylindrical-coordinate representation of color #2518CF: hue angle of 244.26º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2518CF is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 24 | 207 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.19 |
| HSL | 244.26º | 0.79% | 0.45% | - |
| HSV(B) | 244.26º | 0.88% | 0.81% | - |
| XYZ | 12.35 | 5.55 | 59.45 | - |
| YUV | 48.75 | 217.31 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 207 | 0.82 | 0.88 | 0 | 0.19 | 244.26 | 0.79 | 0.45 |
| Hex | 25 | 18 | CF | 52 | 58 | 0 | 13 | F4 | 4F | 2D |
| Octal | 45 | 30 | 317 | 122 | 130 | 0 | 23 | 364 | 117 | 55 |
| Binary | 100101 | 11000 | 11001111 | 1010010 | 1011000 | 0 | 10011 | 11110100 | 1001111 | 101101 |
Color Harmonies of #2518CF
Complementary color
Monochromatic Colors of #2518CF
Black with #2518CF
Text Example
Text Example
White with #2518CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2518CF; }
p { color: rgb(37,24,207); }
H1.HeaderClassName
{
color: #2518CF;
}
.AnyTagClassName
{
color: #2518CF;
}
</style>
background-color css
<style>
a { background-color: #2518CF; }
a { background-color: rgb(37,24,207); }
div.DivClassName
{
background-color: #2518CF;
}
.BgClassName
{
background-color: #2518CF;
}
</style>
border-color css
<style>
span { border-color: #2518CF; }
span { border-color: rgb(37,24,207); }
td.TdClassName
{
border-color: #2518CF;
}
.TagClassName
{
border-color: #2518CF;
}
</style>