#240DD9

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

Shades of Medium Blue #240DD9

Tints of Medium Blue #240DD9

Color information

#240DD9 (or 0x240DD9) is unknown color: approx Medium Blue. HEX triplet: 24, 0D and D9. RGB value is (36,13,217). Sum of RGB (Red+Green+Blue) = 36+13+217=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 217 (85.16% from 255 or 81.58% from 266); Max value from RGB is 217 - color contains mainly: blue. Hex color #240DD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240DD9 is #DBF226. Grayscale: #2A2A2A. Windows color (decimal): -14414375 or 14224676. OLE color: 14224676.

HSL color Cylindrical-coordinate representation of color #240DD9: hue angle of 246.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240DD9 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3613217-
CMYK0.830.9400.15
HSL246.76º88.7%45.1%-
HSV(B)246.76º94.01%85.1%-
XYZ13.45.6766.03-
YUV43.13226.12122.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.53%
GREEN value IS 13 (5.47% from 255) = 4.89%
BLUE value IS 217 (85.16% from 255) = 81.58%
R=13.53%
G=4.89%
B=81.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal36132170.830.9400.15246.7688.745.1
Hex24DD9535E0Ff7592d
Octal441533112313601736713155
Binary1001001101110110011010011101111001111111101111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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