Html Css Color HEX #080ACD Medium Blue

📋 copy color: '#080ACD'

red 8 ◦ green 10 ◦ blue 205

#080ACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #080ACD

Tints of Medium Blue #080ACD

RGB

 RED value IS 8 (3.52% from 255) = 3.59%

 GREEN value IS 10 (4.3% from 255) = 4.48%

 BLUE value IS 205 (80.47% from 255) = 91.93%

R = 3.59%
G = 4.48%
B = 91.93%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#080ACD (or 0x080ACD) is known color: Medium Blue. HEX triplet: 08, 0A and CD. RGB value is (8,10,205). Sum of RGB (Red+Green+Blue) = 8+10+205=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 205 (80.47% from 255 or 91.93% from 223); Max value from RGB is 205 - color contains mainly: blue. Hex color #080ACD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080ACD is #F7F532. Grayscale: #1E1E1E. Windows color (decimal): -16250163 or 13437448. OLE color: 13437448.

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

Color convert

RGB 8 10 205 -
CMYK 0.96 0.95 0 0.20
HSL 239.39º 0.92% 0.42% -
HSV(B) 239.39º 0.96% 0.8% -
XYZ 11.23 4.68 58.07 -
YUV 31.63 225.84 111.14 -
System Red Green Blue C M Y K H S L
Decimal 8 10 205 0.96 0.95 0 0.20 239.39 0.92 0.42
Hex 8 A CD 60 5F 0 14 EF 5C 2A
Octal 10 12 315 140 137 0 24 357 134 52
Binary 1000 1010 11001101 1100000 1011111 0 10100 11101111 1011100 101010

Color Harmonies of #080ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080ACD

Black with #080ACD

Text Example


Text Example

White with #080ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #080ACD;
 }
 .AnyTagClassName
 {
   color: #080ACD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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