Html Css Color HEX #240ED1 Medium Blue

📋 copy color: '#240ED1'

red 36 ◦ green 14 ◦ blue 209

#240ED1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #240ED1

Tints of Medium Blue #240ED1

RGB

 RED value IS 36 (14.45% from 255) = 13.9%

 GREEN value IS 14 (5.86% from 255) = 5.41%

 BLUE value IS 209 (82.03% from 255) = 80.69%

R = 13.9%
G = 5.41%
B = 80.69%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#240ED1 (or 0x240ED1) is known color: Medium Blue. HEX triplet: 24, 0E and D1. RGB value is (36,14,209). Sum of RGB (Red+Green+Blue) = 36+14+209=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 209 (82.03% from 255 or 80.69% from 259); Max value from RGB is 209 - color contains mainly: blue. Hex color #240ED1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240ED1 is #DBF12E. Grayscale: #2A2A2A. Windows color (decimal): -14414127 or 13700644. OLE color: 13700644.

HSL color Cylindrical-coordinate representation of color #240ED1: hue angle of 246.77º degrees, saturation: 0.87, 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 #240ED1 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 36 14 209 -
CMYK 0.83 0.93 0 0.18
HSL 246.77º 0.87% 0.44% -
HSV(B) 246.77º 0.93% 0.82% -
XYZ 12.39 5.29 60.69 -
YUV 42.81 221.79 123.14 -
System Red Green Blue C M Y K H S L
Decimal 36 14 209 0.83 0.93 0 0.18 246.77 0.87 0.44
Hex 24 E D1 53 5D 0 12 F7 57 2C
Octal 44 16 321 123 135 0 22 367 127 54
Binary 100100 1110 11010001 1010011 1011101 0 10010 11110111 1010111 101100

Color Harmonies of #240ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240ED1

Black with #240ED1

Text Example


Text Example

White with #240ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #240ED1;
 }
 .AnyTagClassName
 {
   color: #240ED1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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