#240ad6

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

Shades of Medium Blue #240AD6

Tints of Medium Blue #240AD6

Color information

#240AD6 (or 0x240AD6) is unknown color: approx Medium Blue. HEX triplet: 24, 0A and D6. RGB value is (36,10,214). Sum of RGB (Red+Green+Blue) = 36+10+214=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 214 (83.98% from 255 or 82.31% from 260); Max value from RGB is 214 - color contains mainly: blue. Hex color #240AD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240AD6 is #DBF529. Grayscale: #282828. Windows color (decimal): -14415146 or 14027300. OLE color: 14027300.

HSL color Cylindrical-coordinate representation of color #240AD6: hue angle of 247.65º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240AD6 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3610214-
CMYK0.830.9500.16
HSL247.65º91.07%43.92%-
HSV(B)247.65º95.33%83.92%-
XYZ12.975.4563.99-
YUV41.03225.61124.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.85%
GREEN value IS 10 (4.30% from 255) = 3.85%
BLUE value IS 214 (83.98% from 255) = 82.31%
R=13.85%
G=3.85%
B=82.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal36102140.830.9500.16247.6591.0743.92
Hex24AD6535F010f85b2c
Octal441232612313702037013354
Binary10010010101101011010100111011111010000111110001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240ad6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,10,214); }

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

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

 a { background-color: rgb(36,10,214); }

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

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

 span { border-color: rgb(36,10,214); }

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