#240BD9

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

Shades of Medium Blue #240BD9

Tints of Medium Blue #240BD9

Color information

#240BD9 (or 0x240BD9) is unknown color: approx Medium Blue. HEX triplet: 24, 0B and D9. RGB value is (36,11,217). Sum of RGB (Red+Green+Blue) = 36+11+217=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 217 (85.16% from 255 or 82.20% from 264); Max value from RGB is 217 - color contains mainly: blue. Hex color #240BD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240BD9 is #DBF426. Grayscale: #292929. Windows color (decimal): -14414887 or 14224164. OLE color: 14224164.

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

Color convert

RGB3611217-
CMYK0.830.9500.15
HSL247.28º90.35%44.71%-
HSV(B)247.28º94.93%85.1%-
XYZ13.375.6266.03-
YUV41.96226.78123.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.64%
GREEN value IS 11 (4.69% from 255) = 4.17%
BLUE value IS 217 (85.16% from 255) = 82.20%
R=13.64%
G=4.17%
B=82.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal36112170.830.9500.15247.2890.3544.71
Hex24BD9535F0Ff75a2d
Octal441333112313701736713255
Binary1001001011110110011010011101111101111111101111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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