#280ede

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

Shades of Medium Blue #280EDE

Tints of Medium Blue #280EDE

Color information

#280EDE (or 0x280EDE) is unknown color: approx Medium Blue. HEX triplet: 28, 0E and DE. RGB value is (40,14,222). Sum of RGB (Red+Green+Blue) = 40+14+222=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 222 (87.11% from 255 or 80.43% from 276); Max value from RGB is 222 - color contains mainly: blue. Hex color #280EDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280EDE is #D7F121. Grayscale: #2C2C2C. Windows color (decimal): -14151970 or 14552616. OLE color: 14552616.

HSL color Cylindrical-coordinate representation of color #280EDE: hue angle of 247.5º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280EDE is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4014222-
CMYK0.820.9400.13
HSL247.5º88.14%46.27%-
HSV(B)247.5º93.69%87.06%-
XYZ14.226.0469.52-
YUV45.49227.61124.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.49%
GREEN value IS 14 (5.86% from 255) = 5.07%
BLUE value IS 222 (87.11% from 255) = 80.43%
R=14.49%
G=5.07%
B=80.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal40142220.820.9400.13247.588.1446.27
Hex28EDE525E0Df8582e
Octal501633612213601537013056
Binary1010001110110111101010010101111001101111110001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280ede

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280ede; }

 p { color: rgb(40,14,222); }

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

<style>
 a { background-color: #280ede; }

 a { background-color: rgb(40,14,222); }

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

<style>
 span { border-color: #280ede; }

 span { border-color: rgb(40,14,222); }

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