#0822D7

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

Shades of Medium Blue #0822D7

Tints of Medium Blue #0822D7

Color information

#0822D7 (or 0x0822D7) is unknown color: approx Medium Blue. HEX triplet: 08, 22 and D7. RGB value is (8,34,215). Sum of RGB (Red+Green+Blue) = 8+34+215=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 215 (84.38% from 255 or 83.66% from 257); Max value from RGB is 215 - color contains mainly: blue. Hex color #0822D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0822D7 is #F7DD28. Grayscale: #2E2E2E. Windows color (decimal): -16244009 or 14098952. OLE color: 14098952.

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

Color convert

RGB834215-
CMYK0.960.8400.16
HSL232.46º92.83%43.73%-
HSV(B)232.46º96.28%84.31%-
XYZ12.946.164.79-
YUV46.86222.89100.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.11%
GREEN value IS 34 (13.67% from 255) = 13.23%
BLUE value IS 215 (84.38% from 255) = 83.66%
R=3.11%
G=13.23%
B=83.66%

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
Decimal8342150.960.8400.16232.4692.8343.73
Hex822D76054010e85d2c
Octal104232714012402035013554
Binary10001000101101011111000001010100010000111010001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0822D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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