#280EBD

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

Shades of Medium Blue #280EBD

Tints of Medium Blue #280EBD

Color information

#280EBD (or 0x280EBD) is unknown color: approx Medium Blue. HEX triplet: 28, 0E and BD. RGB value is (40,14,189). Sum of RGB (Red+Green+Blue) = 40+14+189=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 189 (74.22% from 255 or 77.78% from 243); Max value from RGB is 189 - color contains mainly: blue. Hex color #280EBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280EBD is #D7F142. Grayscale: #292929. Windows color (decimal): -14152003 or 12389928. OLE color: 12389928.

HSL color Cylindrical-coordinate representation of color #280EBD: hue angle of 248.91º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280EBD is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4014189-
CMYK0.790.9300.26
HSL248.91º86.21%39.8%-
HSV(B)248.91º92.59%74.12%-
XYZ10.224.4448.46-
YUV41.72211.11126.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.46%
GREEN value IS 14 (5.86% from 255) = 5.76%
BLUE value IS 189 (74.22% from 255) = 77.78%
R=16.46%
G=5.76%
B=77.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal40141890.790.9300.26248.9186.2139.8
Hex28EBD4F5D01Af95628
Octal501627511713503237112650
Binary10100011101011110110011111011101011010111110011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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