#080DC9

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

Shades of Medium Blue #080DC9

Tints of Medium Blue #080DC9

Color information

#080DC9 (or 0x080DC9) is unknown color: approx Medium Blue. HEX triplet: 08, 0D and C9. RGB value is (8,13,201). Sum of RGB (Red+Green+Blue) = 8+13+201=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 201 (78.91% from 255 or 90.54% from 222); Max value from RGB is 201 - color contains mainly: blue. Hex color #080DC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DC9 is #F7F236. Grayscale: #202020. Windows color (decimal): -16249399 or 13176072. OLE color: 13176072.

HSL color Cylindrical-coordinate representation of color #080DC9: hue angle of 238.45º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080DC9 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB813201-
CMYK0.960.9400.21
HSL238.45º92.34%40.98%-
HSV(B)238.45º96.02%78.82%-
XYZ10.794.5655.57-
YUV32.94222.84110.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 13 (5.47% from 255) = 5.86%
BLUE value IS 201 (78.91% from 255) = 90.54%
R=3.60%
G=5.86%
B=90.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal8132010.960.9400.21238.4592.3440.98
Hex8DC9605E015ee5c29
Octal101531114013602535613451
Binary100011011100100111000001011110010101111011101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080DC9; }

 p { color: rgb(8,13,201); }

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

<style>
 a { background-color: #080DC9; }

 a { background-color: rgb(8,13,201); }

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

<style>
 span { border-color: #080DC9; }

 span { border-color: rgb(8,13,201); }

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