#2518DF

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

Shades of Medium Blue #2518DF

Tints of Medium Blue #2518DF

Color information

#2518DF (or 0x2518DF) is unknown color: approx Medium Blue. HEX triplet: 25, 18 and DF. RGB value is (37,24,223). Sum of RGB (Red+Green+Blue) = 37+24+223=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 223 (87.5% from 255 or 78.52% from 284); Max value from RGB is 223 - color contains mainly: blue. Hex color #2518DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2518DF is #DAE720. Grayscale: #313131. Windows color (decimal): -14346017 or 14620709. OLE color: 14620709.

HSL color Cylindrical-coordinate representation of color #2518DF: hue angle of 243.92º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2518DF is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3724223-
CMYK0.830.8900.13
HSL243.92º80.57%48.43%-
HSV(B)243.92º89.24%87.45%-
XYZ14.416.3770.28-
YUV50.57225.31118.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.03%
GREEN value IS 24 (9.77% from 255) = 8.45%
BLUE value IS 223 (87.5% from 255) = 78.52%
R=13.03%
G=8.45%
B=78.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal37242230.830.8900.13243.9280.5748.43
Hex2518DF53590Df45130
Octal453033712313101536412160
Binary10010111000110111111010011101100101101111101001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2518DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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