#2518D5

Color #2518D5 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #2518D5

Tints of Medium Blue #2518D5

Color information

#2518D5 (or 0x2518D5) is unknown color: approx Medium Blue. HEX triplet: 25, 18 and D5. RGB value is (37,24,213). Sum of RGB (Red+Green+Blue) = 37+24+213=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 213 (83.59% from 255 or 77.74% from 274); Max value from RGB is 213 - color contains mainly: blue. Hex color #2518D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2518D5 is #DAE72A. Grayscale: #303030. Windows color (decimal): -14346027 or 13965349. OLE color: 13965349.

HSL color Cylindrical-coordinate representation of color #2518D5: hue angle of 244.13º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2518D5 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3724213-
CMYK0.830.8900.16
HSL244.13º79.75%46.47%-
HSV(B)244.13º88.73%83.53%-
XYZ13.15.8563.39-
YUV49.43220.31119.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 13.50%
GREEN value IS 24 (9.77% from 255) = 8.76%
BLUE value IS 213 (83.59% from 255) = 77.74%
R=13.50%
G=8.76%
B=77.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal37242130.830.8900.16244.1379.7546.47
Hex2518D55359010f4502e
Octal453032512313102036412056
Binary100101110001101010110100111011001010000111101001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2518D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2518D5; }

 p { color: rgb(37,24,213); }

 H1.HeaderClassName
 {
   color: #2518D5;
 }
 .AnyTagClassName
 {
   color: #2518D5;
 }
</style>
background-color css

<style>
 a { background-color: #2518D5; }

 a { background-color: rgb(37,24,213); }

 div.DivClassName
 {
   background-color: #2518D5;
 }
 .BgClassName
 {
   background-color: #2518D5;
 }
</style>
border-color css

<style>
 span { border-color: #2518D5; }

 span { border-color: rgb(37,24,213); }

 td.TdClassName
 {
   border-color: #2518D5;
 }
 .TagClassName
 {
   border-color: #2518D5;
 }
</style>