Html Css Color HEX #240EDD Medium Blue

📋 copy color: '#240EDD'

red 36 ◦ green 14 ◦ blue 221

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

Shades of Medium Blue #240EDD

Tints of Medium Blue #240EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 81.55%

R = 13.28%
G = 5.17%
B = 81.55%

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

#240EDD (or 0x240EDD) is known color: Medium Blue. HEX triplet: 24, 0E and DD. RGB value is (36,14,221). Sum of RGB (Red+Green+Blue) = 36+14+221=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 221 (86.72% from 255 or 81.55% from 271); Max value from RGB is 221 - color contains mainly: blue. Hex color #240EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240EDD is #DBF122. Grayscale: #2B2B2B. Windows color (decimal): -14414115 or 14487076. OLE color: 14487076.

HSL color Cylindrical-coordinate representation of color #240EDD: hue angle of 246.38º 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 #240EDD is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 14 221 -
CMYK 0.84 0.94 0 0.13
HSL 246.38º 0.88% 0.46% -
HSV(B) 246.38º 0.94% 0.87% -
XYZ 13.94 5.91 68.81 -
YUV 44.18 227.79 122.17 -
System Red Green Blue C M Y K H S L
Decimal 36 14 221 0.84 0.94 0 0.13 246.38 0.88 0.46
Hex 24 E DD 54 5E 0 D F6 58 2E
Octal 44 16 335 124 136 0 15 366 130 56
Binary 100100 1110 11011101 1010100 1011110 0 1101 11110110 1011000 101110

Color Harmonies of #240EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240EDD

Black with #240EDD

Text Example


Text Example

White with #240EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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