#2409C0

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

Shades of Medium Blue #2409C0

Tints of Medium Blue #2409C0

Color information

#2409C0 (or 0x2409C0) is unknown color: approx Medium Blue. HEX triplet: 24, 09 and C0. RGB value is (36,9,192). Sum of RGB (Red+Green+Blue) = 36+9+192=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 192 (75.39% from 255 or 81.01% from 237); Max value from RGB is 192 - color contains mainly: blue. Hex color #2409C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2409C0 is #DBF63F. Grayscale: #252525. Windows color (decimal): -14415424 or 12585252. OLE color: 12585252.

HSL color Cylindrical-coordinate representation of color #2409C0: hue angle of 248.85º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2409C0 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB369192-
CMYK0.810.9500.25
HSL248.85º91.04%39.41%-
HSV(B)248.85º95.31%75.29%-
XYZ10.344.3850.17-
YUV37.94214.95126.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.19%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 192 (75.39% from 255) = 81.01%
R=15.19%
G=3.80%
B=81.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3691920.810.9500.25248.8591.0439.41
Hex249C0515F019f95b27
Octal441130012113703137113347
Binary10010010011100000010100011011111011001111110011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2409C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2409C0; }

 p { color: rgb(36,9,192); }

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

<style>
 a { background-color: #2409C0; }

 a { background-color: rgb(36,9,192); }

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

<style>
 span { border-color: #2409C0; }

 span { border-color: rgb(36,9,192); }

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