Html Css Color HEX #080CDC Medium Blue

📋 copy color: '#080CDC'

red 8 ◦ green 12 ◦ blue 220

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

Shades of Medium Blue #080CDC

Tints of Medium Blue #080CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 91.67%

R = 3.33%
G = 5%
B = 91.67%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#080CDC (or 0x080CDC) is known color: Medium Blue. HEX triplet: 08, 0C and DC. RGB value is (8,12,220). Sum of RGB (Red+Green+Blue) = 8+12+220=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 220 (86.33% from 255 or 91.67% from 240); Max value from RGB is 220 - color contains mainly: blue. Hex color #080CDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CDC is #F7F323. Grayscale: #212121. Windows color (decimal): -16249636 or 14421000. OLE color: 14421000.

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

Color convert

RGB 8 12 220 -
CMYK 0.96 0.95 0 0.14
HSL 238.87º 0.93% 0.45% -
HSV(B) 238.87º 0.96% 0.86% -
XYZ 13.15 5.48 68.08 -
YUV 34.52 232.67 109.09 -
System Red Green Blue C M Y K H S L
Decimal 8 12 220 0.96 0.95 0 0.14 238.87 0.93 0.45
Hex 8 C DC 60 5F 0 E EF 5D 2D
Octal 10 14 334 140 137 0 16 357 135 55
Binary 1000 1100 11011100 1100000 1011111 0 1110 11101111 1011101 101101

Color Harmonies of #080CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080CDC

Black with #080CDC

Text Example


Text Example

White with #080CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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