#2807D3

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

Shades of Medium Blue #2807D3

Tints of Medium Blue #2807D3

Color information

#2807D3 (or 0x2807D3) is unknown color: approx Medium Blue. HEX triplet: 28, 07 and D3. RGB value is (40,7,211). Sum of RGB (Red+Green+Blue) = 40+7+211=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 211 (82.81% from 255 or 81.78% from 258); Max value from RGB is 211 - color contains mainly: blue. Hex color #2807D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2807D3 is #D7F82C. Grayscale: #272727. Windows color (decimal): -14153773 or 13829928. OLE color: 13829928.

HSL color Cylindrical-coordinate representation of color #2807D3: hue angle of 249.71º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2807D3 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB407211-
CMYK0.810.9700.17
HSL249.71º93.58%42.75%-
HSV(B)249.71º96.68%82.75%-
XYZ12.715.3161.98-
YUV40.12224.43127.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.50%
GREEN value IS 7 (3.12% from 255) = 2.71%
BLUE value IS 211 (82.81% from 255) = 81.78%
R=15.50%
G=2.71%
B=81.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal4072110.810.9700.17249.7193.5842.75
Hex287D35161011fa5e2b
Octal50732312114102137213653
Binary1010001111101001110100011100001010001111110101011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2807D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2807D3; }

 p { color: rgb(40,7,211); }

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

<style>
 a { background-color: #2807D3; }

 a { background-color: rgb(40,7,211); }

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

<style>
 span { border-color: #2807D3; }

 span { border-color: rgb(40,7,211); }

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