#240FC6

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

Shades of Medium Blue #240FC6

Tints of Medium Blue #240FC6

Color information

#240FC6 (or 0x240FC6) is unknown color: approx Medium Blue. HEX triplet: 24, 0F and C6. RGB value is (36,15,198). Sum of RGB (Red+Green+Blue) = 36+15+198=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 198 (77.73% from 255 or 79.52% from 249); Max value from RGB is 198 - color contains mainly: blue. Hex color #240FC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240FC6 is #DBF039. Grayscale: #292929. Windows color (decimal): -14413882 or 12980004. OLE color: 12980004.

HSL color Cylindrical-coordinate representation of color #240FC6: hue angle of 246.89º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240FC6 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3615198-
CMYK0.820.9200.22
HSL246.89º85.92%41.76%-
HSV(B)246.89º92.42%77.65%-
XYZ11.094.7953.77-
YUV42.14215.96123.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.46%
GREEN value IS 15 (6.25% from 255) = 6.02%
BLUE value IS 198 (77.73% from 255) = 79.52%
R=14.46%
G=6.02%
B=79.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal36151980.820.9200.22246.8985.9241.76
Hex24FC6525C016f7562a
Octal441730612213402636712652
Binary10010011111100011010100101011100010110111101111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,15,198); }

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

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

 a { background-color: rgb(36,15,198); }

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

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

 span { border-color: rgb(36,15,198); }

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