Html Css Color HEX #080CBC Medium Blue

📋 copy color: '#080CBC'

red 8 ◦ green 12 ◦ blue 188

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

Shades of Medium Blue #080CBC

Tints of Medium Blue #080CBC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.77%

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

R = 3.85%
G = 5.77%
B = 90.38%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#080CBC (or 0x080CBC) is known color: Medium Blue. HEX triplet: 08, 0C and BC. RGB value is (8,12,188). Sum of RGB (Red+Green+Blue) = 8+12+188=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 188 (73.83% from 255 or 90.38% from 208); Max value from RGB is 188 - color contains mainly: blue. Hex color #080CBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CBC is #F7F343. Grayscale: #1E1E1E. Windows color (decimal): -16249668 or 12323848. OLE color: 12323848.

HSL color Cylindrical-coordinate representation of color #080CBC: hue angle of 238.67º 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 #080CBC is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 12 188 -
CMYK 0.96 0.94 0 0.26
HSL 238.67º 0.92% 0.38% -
HSV(B) 238.67º 0.96% 0.74% -
XYZ 9.31 3.95 47.85 -
YUV 30.87 216.67 111.69 -
System Red Green Blue C M Y K H S L
Decimal 8 12 188 0.96 0.94 0 0.26 238.67 0.92 0.38
Hex 8 C BC 60 5E 0 1A EF 5C 26
Octal 10 14 274 140 136 0 32 357 134 46
Binary 1000 1100 10111100 1100000 1011110 0 11010 11101111 1011100 100110

Color Harmonies of #080CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080CBC

Black with #080CBC

Text Example


Text Example

White with #080CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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