#280dc7

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

Shades of Medium Blue #280DC7

Tints of Medium Blue #280DC7

Color information

#280DC7 (or 0x280DC7) is unknown color: approx Medium Blue. HEX triplet: 28, 0D and C7. RGB value is (40,13,199). Sum of RGB (Red+Green+Blue) = 40+13+199=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 199 (78.12% from 255 or 78.97% from 252); Max value from RGB is 199 - color contains mainly: blue. Hex color #280DC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280DC7 is #D7F238. Grayscale: #292929. Windows color (decimal): -14152249 or 13045032. OLE color: 13045032.

HSL color Cylindrical-coordinate representation of color #280DC7: hue angle of 248.71º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280DC7 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4013199-
CMYK0.800.9300.22
HSL248.71º87.74%41.57%-
HSV(B)248.71º93.47%78.04%-
XYZ11.334.8654.37-
YUV42.28216.45126.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.87%
GREEN value IS 13 (5.47% from 255) = 5.16%
BLUE value IS 199 (78.12% from 255) = 78.97%
R=15.87%
G=5.16%
B=78.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal40131990.800.9300.22248.7187.7441.57
Hex28DC7505D016f9582a
Octal501530712013502637113052
Binary10100011011100011110100001011101010110111110011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280dc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,13,199); }

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

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

 a { background-color: rgb(40,13,199); }

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

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

 span { border-color: rgb(40,13,199); }

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