Html Css Color HEX #240DDD Medium Blue

📋 copy color: '#240DDD'

red 36 ◦ green 13 ◦ blue 221

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

Shades of Medium Blue #240DDD

Tints of Medium Blue #240DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.81%

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

R = 13.33%
G = 4.81%
B = 81.85%

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

#240DDD (or 0x240DDD) is known color: Medium Blue. HEX triplet: 24, 0D and DD. RGB value is (36,13,221). Sum of RGB (Red+Green+Blue) = 36+13+221=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 221 (86.72% from 255 or 81.85% from 270); Max value from RGB is 221 - color contains mainly: blue. Hex color #240DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240DDD is #DBF222. Grayscale: #2A2A2A. Windows color (decimal): -14414371 or 14486820. OLE color: 14486820.

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

Color convert

RGB 36 13 221 -
CMYK 0.84 0.94 0 0.13
HSL 246.63º 0.89% 0.46% -
HSV(B) 246.63º 0.94% 0.87% -
XYZ 13.92 5.88 68.81 -
YUV 43.59 228.12 122.59 -
System Red Green Blue C M Y K H S L
Decimal 36 13 221 0.84 0.94 0 0.13 246.63 0.89 0.46
Hex 24 D DD 54 5E 0 D F7 59 2E
Octal 44 15 335 124 136 0 15 367 131 56
Binary 100100 1101 11011101 1010100 1011110 0 1101 11110111 1011001 101110

Color Harmonies of #240DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240DDD

Black with #240DDD

Text Example


Text Example

White with #240DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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