#280ECB

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

Shades of Medium Blue #280ECB

Tints of Medium Blue #280ECB

Color information

#280ECB (or 0x280ECB) is unknown color: approx Medium Blue. HEX triplet: 28, 0E and CB. RGB value is (40,14,203). Sum of RGB (Red+Green+Blue) = 40+14+203=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 203 (79.69% from 255 or 78.99% from 257); Max value from RGB is 203 - color contains mainly: blue. Hex color #280ECB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280ECB is #D7F134. Grayscale: #2A2A2A. Windows color (decimal): -14151989 or 13307432. OLE color: 13307432.

HSL color Cylindrical-coordinate representation of color #280ECB: hue angle of 248.25º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280ECB is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4014203-
CMYK0.800.9300.20
HSL248.25º87.1%42.55%-
HSV(B)248.25º93.1%79.61%-
XYZ11.815.0856.86-
YUV43.32218.11125.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.56%
GREEN value IS 14 (5.86% from 255) = 5.45%
BLUE value IS 203 (79.69% from 255) = 78.99%
R=15.56%
G=5.45%
B=78.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal40142030.800.9300.20248.2587.142.55
Hex28ECB505D014f8572b
Octal501631312013502437012753
Binary10100011101100101110100001011101010100111110001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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