#2404C7

Color #2404C7 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #2404C7

Tints of Medium Blue #2404C7

Color information

#2404C7 (or 0x2404C7) is unknown color: approx Medium Blue. HEX triplet: 24, 04 and C7. RGB value is (36,4,199). Sum of RGB (Red+Green+Blue) = 36+4+199=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 199 (78.12% from 255 or 83.26% from 239); Max value from RGB is 199 - color contains mainly: blue. Hex color #2404C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2404C7 is #DBFB38. Grayscale: #232323. Windows color (decimal): -14416697 or 13042724. OLE color: 13042724.

HSL color Cylindrical-coordinate representation of color #2404C7: hue angle of 249.85º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2404C7 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB364199-
CMYK0.820.9800.22
HSL249.85º96.06%39.8%-
HSV(B)249.85º97.99%78.04%-
XYZ11.084.5954.33-
YUV35.8220.1128.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.06%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 199 (78.12% from 255) = 83.26%
R=15.06%
G=1.67%
B=83.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal3641990.820.9800.22249.8596.0639.8
Hex244C75262016fa6028
Octal44430712214202637214050
Binary1001001001100011110100101100010010110111110101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2404C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2404C7; }

 p { color: rgb(36,4,199); }

 H1.HeaderClassName
 {
   color: #2404C7;
 }
 .AnyTagClassName
 {
   color: #2404C7;
 }
</style>
background-color css

<style>
 a { background-color: #2404C7; }

 a { background-color: rgb(36,4,199); }

 div.DivClassName
 {
   background-color: #2404C7;
 }
 .BgClassName
 {
   background-color: #2404C7;
 }
</style>
border-color css

<style>
 span { border-color: #2404C7; }

 span { border-color: rgb(36,4,199); }

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