#240ED2

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

Shades of Medium Blue #240ED2

Tints of Medium Blue #240ED2

Color information

#240ED2 (or 0x240ED2) is unknown color: approx Medium Blue. HEX triplet: 24, 0E and D2. RGB value is (36,14,210). Sum of RGB (Red+Green+Blue) = 36+14+210=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 210 (82.42% from 255 or 80.77% from 260); Max value from RGB is 210 - color contains mainly: blue. Hex color #240ED2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240ED2 is #DBF12D. Grayscale: #2A2A2A. Windows color (decimal): -14414126 or 13766180. OLE color: 13766180.

HSL color Cylindrical-coordinate representation of color #240ED2: hue angle of 246.73º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240ED2 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3614210-
CMYK0.830.9300.18
HSL246.73º87.5%43.92%-
HSV(B)246.73º93.33%82.35%-
XYZ12.525.3461.34-
YUV42.92222.29123.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.85%
GREEN value IS 14 (5.86% from 255) = 5.38%
BLUE value IS 210 (82.42% from 255) = 80.77%
R=13.85%
G=5.38%
B=80.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal36142100.830.9300.18246.7387.543.92
Hex24ED2535D012f7582c
Octal441632212313502236713054
Binary10010011101101001010100111011101010010111101111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240ED2; }

 p { color: rgb(36,14,210); }

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

<style>
 a { background-color: #240ED2; }

 a { background-color: rgb(36,14,210); }

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

<style>
 span { border-color: #240ED2; }

 span { border-color: rgb(36,14,210); }

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