Html Css Color HEX #2400DC Medium Blue

📋 copy color: '#2400DC'

red 36 ◦ green 0 ◦ blue 220

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

Shades of Medium Blue #2400DC

Tints of Medium Blue #2400DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 14.06%
G = 0%
B = 85.94%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2400DC (or 0x2400DC) is known color: Medium Blue. HEX triplet: 24, 00 and DC. RGB value is (36,0,220). Sum of RGB (Red+Green+Blue) = 36+0+220=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 220 (86.33% from 255 or 85.94% from 256); Max value from RGB is 220 - color contains mainly: blue. Hex color #2400DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2400DC is #DBFF23. Grayscale: #232323. Windows color (decimal): -14417700 or 14417956. OLE color: 14417956.

HSL color Cylindrical-coordinate representation of color #2400DC: hue angle of 249.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400DC is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 0 220 -
CMYK 0.84 1 0 0.14
HSL 249.82º 1% 0.43% -
HSV(B) 249.82º 1% 0.86% -
XYZ 13.65 5.54 68.06 -
YUV 35.84 231.93 128.11 -
System Red Green Blue C M Y K H S L
Decimal 36 0 220 0.84 1 0 0.14 249.82 1 0.43
Hex 24 0 DC 54 64 0 E FA 64 2B
Octal 44 0 334 124 144 0 16 372 144 53
Binary 100100 0 11011100 1010100 1100100 0 1110 11111010 1100100 101011

Color Harmonies of #2400DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2400DC

Black with #2400DC

Text Example


Text Example

White with #2400DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2400DC; }

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

 H1.HeaderClassName
 {
   color: #2400DC;
 }
 .AnyTagClassName
 {
   color: #2400DC;
 }
</style>

background-color css

<style>
 a { background-color: #2400DC; }

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

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

border-color css

<style>
 span { border-color: #2400DC; }

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

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