#080ACF

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

Shades of Medium Blue #080ACF

Tints of Medium Blue #080ACF

Color information

#080ACF (or 0x080ACF) is unknown color: approx Medium Blue. HEX triplet: 08, 0A and CF. RGB value is (8,10,207). Sum of RGB (Red+Green+Blue) = 8+10+207=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 207 (81.25% from 255 or 92% from 225); Max value from RGB is 207 - color contains mainly: blue. Hex color #080ACF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080ACF is #F7F530. Grayscale: #1F1F1F. Windows color (decimal): -16250161 or 13568520. OLE color: 13568520.

HSL color Cylindrical-coordinate representation of color #080ACF: hue angle of 239.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080ACF is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB810207-
CMYK0.960.9500.19
HSL239.4º92.56%42.16%-
HSV(B)239.4º96.14%81.18%-
XYZ11.474.7759.35-
YUV31.86226.84110.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.56%
GREEN value IS 10 (4.30% from 255) = 4.44%
BLUE value IS 207 (81.25% from 255) = 92%
R=3.56%
G=4.44%
B=92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal8102070.960.9500.19239.492.5642.16
Hex8ACF605F013ef5d2a
Octal101231714013702335713552
Binary100010101100111111000001011111010011111011111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,10,207); }

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

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

 a { background-color: rgb(8,10,207); }

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

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

 span { border-color: rgb(8,10,207); }

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