#2808D3

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

Shades of Medium Blue #2808D3

Tints of Medium Blue #2808D3

Color information

#2808D3 (or 0x2808D3) is unknown color: approx Medium Blue. HEX triplet: 28, 08 and D3. RGB value is (40,8,211). Sum of RGB (Red+Green+Blue) = 40+8+211=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 211 (82.81% from 255 or 81.47% from 259); Max value from RGB is 211 - color contains mainly: blue. Hex color #2808D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2808D3 is #D7F72C. Grayscale: #272727. Windows color (decimal): -14153517 or 13830184. OLE color: 13830184.

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

Color convert

RGB408211-
CMYK0.810.9600.17
HSL249.46º92.69%42.94%-
HSV(B)249.46º96.21%82.75%-
XYZ12.725.3361.99-
YUV40.71224.1127.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.44%
GREEN value IS 8 (3.52% from 255) = 3.09%
BLUE value IS 211 (82.81% from 255) = 81.47%
R=15.44%
G=3.09%
B=81.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal4082110.810.9600.17249.4692.6942.94
Hex288D35160011f95d2b
Octal501032312114002137113553
Binary10100010001101001110100011100000010001111110011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2808D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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