#240EDB

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

Shades of Medium Blue #240EDB

Tints of Medium Blue #240EDB

Color information

#240EDB (or 0x240EDB) is unknown color: approx Medium Blue. HEX triplet: 24, 0E and DB. RGB value is (36,14,219). Sum of RGB (Red+Green+Blue) = 36+14+219=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #240EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240EDB is #DBF124. Grayscale: #2B2B2B. Windows color (decimal): -14414117 or 14356004. OLE color: 14356004.

HSL color Cylindrical-coordinate representation of color #240EDB: hue angle of 246.44º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240EDB is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3614219-
CMYK0.840.9400.14
HSL246.44º87.98%45.69%-
HSV(B)246.44º93.61%85.88%-
XYZ13.675.867.42-
YUV43.95226.79122.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.38%
GREEN value IS 14 (5.86% from 255) = 5.20%
BLUE value IS 219 (85.94% from 255) = 81.41%
R=13.38%
G=5.20%
B=81.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal36142190.840.9400.14246.4487.9845.69
Hex24EDB545E0Ef6582e
Octal441633312413601636613056
Binary1001001110110110111010100101111001110111101101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,14,219); }

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

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

 a { background-color: rgb(36,14,219); }

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

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

 span { border-color: rgb(36,14,219); }

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