#0809CB

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

Shades of Medium Blue #0809CB

Tints of Medium Blue #0809CB

Color information

#0809CB (or 0x0809CB) is unknown color: approx Medium Blue. HEX triplet: 08, 09 and CB. RGB value is (8,9,203). Sum of RGB (Red+Green+Blue) = 8+9+203=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 203 (79.69% from 255 or 92.27% from 220); Max value from RGB is 203 - color contains mainly: blue. Hex color #0809CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0809CB is #F7F634. Grayscale: #1E1E1E. Windows color (decimal): -16250421 or 13306120. OLE color: 13306120.

HSL color Cylindrical-coordinate representation of color #0809CB: hue angle of 239.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0809CB is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB89203-
CMYK0.960.9600.20
HSL239.69º92.42%41.37%-
HSV(B)239.69º96.06%79.61%-
XYZ10.984.5656.8-
YUV30.82225.17111.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.64%
GREEN value IS 9 (3.91% from 255) = 4.09%
BLUE value IS 203 (79.69% from 255) = 92.27%
R=3.64%
G=4.09%
B=92.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal892030.960.9600.20239.6992.4241.37
Hex89CB6060014f05c29
Octal101131314014002436013451
Binary100010011100101111000001100000010100111100001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0809CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0809CB; }

 p { color: rgb(8,9,203); }

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

<style>
 a { background-color: #0809CB; }

 a { background-color: rgb(8,9,203); }

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

<style>
 span { border-color: #0809CB; }

 span { border-color: rgb(8,9,203); }

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