#2208D6

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

Shades of Medium Blue #2208D6

Tints of Medium Blue #2208D6

Color information

#2208D6 (or 0x2208D6) is unknown color: approx Medium Blue. HEX triplet: 22, 08 and D6. RGB value is (34,8,214). Sum of RGB (Red+Green+Blue) = 34+8+214=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 214 (83.98% from 255 or 83.59% from 256); Max value from RGB is 214 - color contains mainly: blue. Hex color #2208D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2208D6 is #DDF729. Grayscale: #262626. Windows color (decimal): -14546730 or 14026786. OLE color: 14026786.

HSL color Cylindrical-coordinate representation of color #2208D6: hue angle of 247.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2208D6 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB348214-
CMYK0.840.9600.16
HSL247.57º92.79%43.53%-
HSV(B)247.57º96.26%83.92%-
XYZ12.885.3763.98-
YUV39.26226.61124.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.28%
GREEN value IS 8 (3.52% from 255) = 3.12%
BLUE value IS 214 (83.98% from 255) = 83.59%
R=13.28%
G=3.12%
B=83.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal3482140.840.9600.16247.5792.7943.53
Hex228D65460010f85d2c
Octal421032612414002037013554
Binary10001010001101011010101001100000010000111110001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2208D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2208D6; }

 p { color: rgb(34,8,214); }

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

<style>
 a { background-color: #2208D6; }

 a { background-color: rgb(34,8,214); }

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

<style>
 span { border-color: #2208D6; }

 span { border-color: rgb(34,8,214); }

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