Html Css Color HEX #080ABA Medium Blue

📋 copy color: '#080ABA'

red 8 ◦ green 10 ◦ blue 186

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

Shades of Medium Blue #080ABA

Tints of Medium Blue #080ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 91.18%

R = 3.92%
G = 4.9%
B = 91.18%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#080ABA (or 0x080ABA) is known color: Medium Blue. HEX triplet: 08, 0A and BA. RGB value is (8,10,186). Sum of RGB (Red+Green+Blue) = 8+10+186=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 186 (73.05% from 255 or 91.18% from 204); Max value from RGB is 186 - color contains mainly: blue. Hex color #080ABA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080ABA is #F7F545. Grayscale: #1C1C1C. Windows color (decimal): -16250182 or 12192264. OLE color: 12192264.

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

Color convert

RGB 8 10 186 -
CMYK 0.96 0.95 0 0.27
HSL 239.33º 0.92% 0.38% -
HSV(B) 239.33º 0.96% 0.73% -
XYZ 9.07 3.81 46.71 -
YUV 29.47 216.34 112.69 -
System Red Green Blue C M Y K H S L
Decimal 8 10 186 0.96 0.95 0 0.27 239.33 0.92 0.38
Hex 8 A BA 60 5F 0 1B EF 5C 26
Octal 10 12 272 140 137 0 33 357 134 46
Binary 1000 1010 10111010 1100000 1011111 0 11011 11101111 1011100 100110

Color Harmonies of #080ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080ABA

Black with #080ABA

Text Example


Text Example

White with #080ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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