#080DDA

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

Shades of Medium Blue #080DDA

Tints of Medium Blue #080DDA

Color information

#080DDA (or 0x080DDA) is unknown color: approx Medium Blue. HEX triplet: 08, 0D and DA. RGB value is (8,13,218). Sum of RGB (Red+Green+Blue) = 8+13+218=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 218 (85.55% from 255 or 91.21% from 239); Max value from RGB is 218 - color contains mainly: blue. Hex color #080DDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DDA is #F7F225. Grayscale: #222222. Windows color (decimal): -16249382 or 14290184. OLE color: 14290184.

HSL color Cylindrical-coordinate representation of color #080DDA: hue angle of 238.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080DDA is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB813218-
CMYK0.960.9400.15
HSL238.57º92.92%44.31%-
HSV(B)238.57º96.33%85.49%-
XYZ12.95.466.69-
YUV34.88231.34108.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.35%
GREEN value IS 13 (5.47% from 255) = 5.44%
BLUE value IS 218 (85.55% from 255) = 91.21%
R=3.35%
G=5.44%
B=91.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8132180.960.9400.15238.5792.9244.31
Hex8DDA605E0Fef5d2c
Octal101533214013601735713554
Binary10001101110110101100000101111001111111011111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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