#280EE2

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

Shades of Medium Blue #280EE2

Tints of Medium Blue #280EE2

Color information

#280EE2 (or 0x280EE2) is unknown color: approx Medium Blue. HEX triplet: 28, 0E and E2. RGB value is (40,14,226). Sum of RGB (Red+Green+Blue) = 40+14+226=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 226 (88.67% from 255 or 80.71% from 280); Max value from RGB is 226 - color contains mainly: blue. Hex color #280EE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280EE2 is #D7F11D. Grayscale: #2D2D2D. Windows color (decimal): -14151966 or 14814760. OLE color: 14814760.

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

Color convert

RGB4014226-
CMYK0.820.9400.11
HSL247.36º88.33%47.06%-
HSV(B)247.36º93.81%88.63%-
XYZ14.766.2672.38-
YUV45.94229.61123.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.29%
GREEN value IS 14 (5.86% from 255) = 5%
BLUE value IS 226 (88.67% from 255) = 80.71%
R=14.29%
G=5%
B=80.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal40142260.820.9400.11247.3688.3347.06
Hex28EE2525E0Bf7582f
Octal501634212213601336713057
Binary1010001110111000101010010101111001011111101111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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