#0822D6

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

Shades of Medium Blue #0822D6

Tints of Medium Blue #0822D6

Color information

#0822D6 (or 0x0822D6) is unknown color: approx Medium Blue. HEX triplet: 08, 22 and D6. RGB value is (8,34,214). Sum of RGB (Red+Green+Blue) = 8+34+214=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 34 (13.67% from 255 or 13.28% 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 #0822D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0822D6 is #F7DD29. Grayscale: #2E2E2E. Windows color (decimal): -16244010 or 14033416. OLE color: 14033416.

HSL color Cylindrical-coordinate representation of color #0822D6: hue angle of 232.43º 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 #0822D6 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB834214-
CMYK0.960.8400.16
HSL232.43º92.79%43.53%-
HSV(B)232.43º96.26%83.92%-
XYZ12.816.0564.11-
YUV46.75222.39100.36-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal8342140.960.8400.16232.4392.7943.53
Hex822D66054010e85d2c
Octal104232614012402035013554
Binary10001000101101011011000001010100010000111010001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0822D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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