#280DC1

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

Shades of Medium Blue #280DC1

Tints of Medium Blue #280DC1

Color information

#280DC1 (or 0x280DC1) is unknown color: approx Medium Blue. HEX triplet: 28, 0D and C1. RGB value is (40,13,193). Sum of RGB (Red+Green+Blue) = 40+13+193=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 193 (75.78% from 255 or 78.46% from 246); Max value from RGB is 193 - color contains mainly: blue. Hex color #280DC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280DC1 is #D7F23E. Grayscale: #282828. Windows color (decimal): -14152255 or 12651816. OLE color: 12651816.

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

Color convert

RGB4013193-
CMYK0.790.9300.24
HSL249º87.38%40.39%-
HSV(B)249º93.26%75.69%-
XYZ10.644.5950.78-
YUV41.59213.45126.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.26%
GREEN value IS 13 (5.47% from 255) = 5.28%
BLUE value IS 193 (75.78% from 255) = 78.46%
R=16.26%
G=5.28%
B=78.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal40131930.790.9300.2424987.3840.39
Hex28DC14F5D018f95728
Octal501530111713503037112750
Binary10100011011100000110011111011101011000111110011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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