Html Css Color HEX #240EDE Medium Blue

📋 copy color: '#240EDE'

red 36 ◦ green 14 ◦ blue 222

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

Shades of Medium Blue #240EDE

Tints of Medium Blue #240EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 81.62%

R = 13.24%
G = 5.15%
B = 81.62%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#240EDE (or 0x240EDE) is known color: Medium Blue. HEX triplet: 24, 0E and DE. RGB value is (36,14,222). Sum of RGB (Red+Green+Blue) = 36+14+222=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 222 (87.11% from 255 or 81.62% from 272); Max value from RGB is 222 - color contains mainly: blue. Hex color #240EDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240EDE is #DBF121. Grayscale: #2B2B2B. Windows color (decimal): -14414114 or 14552612. OLE color: 14552612.

HSL color Cylindrical-coordinate representation of color #240EDE: hue angle of 246.35º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240EDE is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 14 222 -
CMYK 0.84 0.94 0 0.13
HSL 246.35º 0.88% 0.46% -
HSV(B) 246.35º 0.94% 0.87% -
XYZ 14.07 5.96 69.52 -
YUV 44.29 228.29 122.09 -
System Red Green Blue C M Y K H S L
Decimal 36 14 222 0.84 0.94 0 0.13 246.35 0.88 0.46
Hex 24 E DE 54 5E 0 D F6 58 2E
Octal 44 16 336 124 136 0 15 366 130 56
Binary 100100 1110 11011110 1010100 1011110 0 1101 11110110 1011000 101110

Color Harmonies of #240EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240EDE

Black with #240EDE

Text Example


Text Example

White with #240EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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