Html Css Color HEX #240ED0 Medium Blue

📋 copy color: '#240ED0'

red 36 ◦ green 14 ◦ blue 208

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

Shades of Medium Blue #240ED0

Tints of Medium Blue #240ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 80.62%

R = 13.95%
G = 5.43%
B = 80.62%

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

#240ED0 (or 0x240ED0) is known color: Medium Blue. HEX triplet: 24, 0E and D0. RGB value is (36,14,208). Sum of RGB (Red+Green+Blue) = 36+14+208=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 208 (81.64% from 255 or 80.62% from 258); Max value from RGB is 208 - color contains mainly: blue. Hex color #240ED0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240ED0 is #DBF12F. Grayscale: #292929. Windows color (decimal): -14414128 or 13635108. OLE color: 13635108.

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

Color convert

RGB 36 14 208 -
CMYK 0.83 0.93 0 0.18
HSL 246.8º 0.87% 0.44% -
HSV(B) 246.8º 0.93% 0.82% -
XYZ 12.27 5.24 60.04 -
YUV 42.69 221.29 123.23 -
System Red Green Blue C M Y K H S L
Decimal 36 14 208 0.83 0.93 0 0.18 246.8 0.87 0.44
Hex 24 E D0 53 5D 0 12 F7 57 2C
Octal 44 16 320 123 135 0 22 367 127 54
Binary 100100 1110 11010000 1010011 1011101 0 10010 11110111 1010111 101100

Color Harmonies of #240ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240ED0

Black with #240ED0

Text Example


Text Example

White with #240ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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