Html Css Color HEX #080ABC Medium Blue

📋 copy color: '#080ABC'

red 8 ◦ green 10 ◦ blue 188

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

Shades of Medium Blue #080ABC

Tints of Medium Blue #080ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 91.26%

R = 3.88%
G = 4.85%
B = 91.26%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#080ABC (or 0x080ABC) is known color: Medium Blue. HEX triplet: 08, 0A and BC. RGB value is (8,10,188). Sum of RGB (Red+Green+Blue) = 8+10+188=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 188 (73.83% from 255 or 91.26% from 206); Max value from RGB is 188 - color contains mainly: blue. Hex color #080ABC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080ABC is #F7F543. Grayscale: #1C1C1C. Windows color (decimal): -16250180 or 12323336. OLE color: 12323336.

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

Color convert

RGB 8 10 188 -
CMYK 0.96 0.95 0 0.26
HSL 239.33º 0.92% 0.38% -
HSV(B) 239.33º 0.96% 0.74% -
XYZ 9.29 3.9 47.84 -
YUV 29.69 217.34 112.53 -
System Red Green Blue C M Y K H S L
Decimal 8 10 188 0.96 0.95 0 0.26 239.33 0.92 0.38
Hex 8 A BC 60 5F 0 1A EF 5C 26
Octal 10 12 274 140 137 0 32 357 134 46
Binary 1000 1010 10111100 1100000 1011111 0 11010 11101111 1011100 100110

Color Harmonies of #080ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080ABC

Black with #080ABC

Text Example


Text Example

White with #080ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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