Html Css Color HEX #240ADC Medium Blue

📋 copy color: '#240ADC'

red 36 ◦ green 10 ◦ blue 220

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

Shades of Medium Blue #240ADC

Tints of Medium Blue #240ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.76%

 BLUE value IS 220 (86.33% from 255) = 82.71%

R = 13.53%
G = 3.76%
B = 82.71%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#240ADC (or 0x240ADC) is known color: Medium Blue. HEX triplet: 24, 0A and DC. RGB value is (36,10,220). Sum of RGB (Red+Green+Blue) = 36+10+220=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 220 (86.33% from 255 or 82.71% from 266); Max value from RGB is 220 - color contains mainly: blue. Hex color #240ADC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240ADC is #DBF523. Grayscale: #282828. Windows color (decimal): -14415140 or 14420516. OLE color: 14420516.

HSL color Cylindrical-coordinate representation of color #240ADC: hue angle of 247.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240ADC is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 10 220 -
CMYK 0.84 0.95 0 0.14
HSL 247.43º 0.91% 0.45% -
HSV(B) 247.43º 0.95% 0.86% -
XYZ 13.75 5.76 68.1 -
YUV 41.71 228.61 123.92 -
System Red Green Blue C M Y K H S L
Decimal 36 10 220 0.84 0.95 0 0.14 247.43 0.91 0.45
Hex 24 A DC 54 5F 0 E F7 5B 2D
Octal 44 12 334 124 137 0 16 367 133 55
Binary 100100 1010 11011100 1010100 1011111 0 1110 11110111 1011011 101101

Color Harmonies of #240ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240ADC

Black with #240ADC

Text Example


Text Example

White with #240ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,10,220); }

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

background-color css

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

 a { background-color: rgb(36,10,220); }

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

border-color css

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

 span { border-color: rgb(36,10,220); }

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